EntityId Property

Gets the AlignmentEntity id, which is the unique representation of this alignment entity.

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

Syntax

C#

public int EntityId { get; }

Visual Basic

Public ReadOnly Property EntityId As Integer
	Get

Visual C++

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

See Also