Gets the ID of the last ProfileEntity in the collection.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public uint LastEntity { get; }
VB
Public ReadOnly Property LastEntity As UInteger Get
C++
public: property unsigned int LastEntity { unsigned int get (); }
Property Value
UInt32Exceptions
Exception | Condition |
---|---|
EntityNotFoundException | Throw when the collection is empty. |