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