Gets the ID of the AlignmentEntity after this one.

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

Syntax

C#
public int EntityAfter { get; }
Visual Basic
Public ReadOnly Property EntityAfter As Integer
	Get
Visual C++
public:
property int EntityAfter {
	int get ();
}

Exceptions

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

See Also