Gets the ID of the AlignmentEntity after this one.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public int EntityAfter { get; }
Visual Basic
Public ReadOnly Property EntityAfter As Integer
Get
Visual C++
public: property int EntityAfter { int get (); }
Exceptions
Exception | Condition |
---|---|
Autodesk.Civil.EntityNotFoundException | Throw when the entity is the last one in the collection. |