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