AlignEntities Collection
The AlignEntities collection represents all of the entities for an Alignment.
VBA object name: |
AeccAlignEntities |
---|---|
Create using: |
N/A |
Access via: |
Alignment.AlignEntities |
This collection returns AlignTangent, AlignCurve and AlignSpiral objects. When you access a member of the collection using the Item method or the For Each statement, assign the result to a VARIANT. You can then use the TypeOf function to determine which object type (AlignTangent, AlignCurve or AlignSpiral) to assign it to.
Methods |
Properties |
Events |