Share

AlignmentEntityCollection.FirstEntity Property

Gets the ID of the first AlignmentEntity in the collection.



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

Syntax

C#

public int FirstEntity { get; }

VB

Public ReadOnly Property FirstEntity As Integer
	Get

C++

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

Property Value

Int32

See Also

Reference

Was this information helpful?