AlignmentEntityEntityAfter Property

Gets the ID of the AlignmentEntity after this one.

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

Property Value

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