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