Gets the identifier of the profile entity.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public uint EntityId { get; }
VB
Public ReadOnly Property EntityId As UInteger Get
C++
public: property unsigned int EntityId { unsigned int get (); }