ProfileEntityCollectionLastEntity Property

Gets the ID of the last ProfileEntity in the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public uint LastEntity { get; }

Property Value

UInt32
Exceptions
ExceptionCondition
EntityNotFoundException Throw when the collection is empty.
See Also