EntityId Property

Gets the identifier of the profile entity.

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

Syntax

C#

public uint EntityId { get; }

Visual Basic

Public ReadOnly Property EntityId As UInteger
	Get

Visual C++

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

See Also