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