Share

AlignmentEntity.EntityBefore Property

Gets the ID of the AlignmentEntity before this one.



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

Syntax

C#

public int EntityBefore { get; }

VB

Public ReadOnly Property EntityBefore As Integer
	Get

C++

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

Property Value

Int32

Exceptions

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

See Also

Reference

Was this information helpful?