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