Gets the ID of the profile entity that precedes the current entity.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public uint EntityBefore { get; }Visual Basic
Public ReadOnly Property EntityBefore As UInteger
GetVisual C++
public: property unsigned int EntityBefore { unsigned int get (); }
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Civil.EntityNotFoundException | Throw when the entity is the first one in the collection. |