Gets the ID of the first AlignmentEntity in the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public int FirstEntity { get; }
Visual Basic
Public ReadOnly Property FirstEntity As Integer
Get
Visual C++
public: property int FirstEntity { int get (); }