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