EntityBefore Property

Gets the ID of the AlignmentEntity before this one.

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

Syntax

C#

public int EntityBefore { get; }

Visual Basic

Public ReadOnly Property EntityBefore As Integer
	Get

Visual C++

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

Exceptions

ExceptionCondition
Autodesk.Civil.EntityNotFoundException Throw when the entity is the first one in the collection.

See Also