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