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