Gets the ID of the profile entity that precedes the current entity.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public uint EntityBefore { get; }
VB
Public ReadOnly Property EntityBefore As UInteger Get
C++
public: property unsigned int EntityBefore { unsigned int get (); }
Property Value
UInt32Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when there is no profile entity before current ProfilePVI. |