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