HandleLow Property

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

Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public uint HandleLow { get; }

Visual Basic

Public ReadOnly Property HandleLow As UInteger
	Get

Visual C++

public:
property unsigned int HandleLow {
	unsigned int get ();
}

See Also