ProfilePVIEntityBefore Property

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.292
Syntax
public uint EntityBefore { get; }

Property Value

UInt32
Exceptions
ExceptionCondition
InvalidOperationException Thrown when there is no profile entity before current ProfilePVI.
See Also