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