Share

AlignmentEntity.EntityAfter Property

Gets the ID of the AlignmentEntity after this one.



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

Syntax

C#

public int EntityAfter { get; }

VB

Public ReadOnly Property EntityAfter As Integer
	Get

C++

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

Property Value

Int32

Exceptions

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

See Also

Reference

Was this information helpful?