Share

AlignmentEntityCollection.LastEntity Property

Gets the ID of the last AlignmentEntity in the collection.



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

Syntax

C#

public int LastEntity { get; }

VB

Public ReadOnly Property LastEntity As Integer
	Get

C++

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

Property Value

Int32

See Also

Reference

Was this information helpful?