ProfileEntityEntityAfter Property

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.1190
Syntax
public uint EntityAfter { get; }

Property Value

UInt32
Exceptions
ExceptionCondition
EntityNotFoundException Throw when the entity is the last one in the collection.
See Also