EntityBefore Property

Gets the ID of the profile entity that precedes the current entity.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public uint EntityBefore { get; }

Visual Basic

Public ReadOnly Property EntityBefore As UInteger
	Get

Visual C++

public:
property unsigned int EntityBefore {
	unsigned int get ();
}

Exceptions

ExceptionCondition
System.InvalidOperationException Thrown when there is no profile entity before current ProfilePVI.

See Also