AlignEntity Collection

Land Auto

   AlignEntity Collection 

The AlignEntity object is the base class for AlignTangent, AlignCurve and AlignSpiral.

VBA object name:

AeccAlignEntity

Create using:

N/A

Access via:

AlignEntities.Item

All alignment entities are derived from AlignEntity - they all share the methods, properties and events listed below. You can use this base class as the object type returned from the method Item of the AlignEntities collection. If you need access to the complete details of an alignment entity, use the Type property (or TypeOf function in VB) to determine whether to assign the returned object to an AlignTangent, AlignCurve or AlignSpiral.

Methods

None

Properties

Application

EndEasting

EndingStation

EndNorthing

Length

ObjectID

StartEasting

StartingStation

StartNorthing

Type

Events

Modified