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