Gets the referenced entity's handle. Return the low 32bit of the handle.
Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public uint HandleLow { get; }
VB
Public ReadOnly Property HandleLow As UInteger Get
C++
public: property unsigned int HandleLow { unsigned int get (); }