FirstEntity Property

Gets the ID of the first AlignmentEntity in the collection.

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

Syntax

C#

public int FirstEntity { get; }

Visual Basic

Public ReadOnly Property FirstEntity As Integer
	Get

Visual C++

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

See Also