ParcelEntity Collection

Land Auto

   ParcelEntity Collection 

The ParcelEntity collection is the base class for ParcelCurve and ParcelLine.

VBA object name:

AeccParcelEntity

Create using:

N/A

Access via:

ParcelEntities.Item

All parcel entities are derived from a ParcelEntity - 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 ParcelEntities collection. If you need access to the complete details of a parcel entity, use the Type property (or TypeOf function in VB) to determine whether to assign the returned object to an ParcelCurve or ParcelLine.

Methods

None

Properties

Application

Course

EndEasting

EndNorthing

Length

StartEasting

StartNorthing

Type

Events

Modified