Gets the ID of the last AlignmentEntity in the collection.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public int LastEntity { get; }
VB
Public ReadOnly Property LastEntity As Integer Get
C++
public: property int LastEntity { int get (); }