HandleHigh Property

Gets the referenced entity's handle. Return the high 32bit of the handle.

Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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 ();
}

See Also