AutoCAD.Handle

Description

A class that encapsulates a database-unique persistent identifier of an object.

This class is a FlexScript wrapper for the AcDbHandle class.

Properties

high The high-order integer of the handle.
low The low-order integer of the handle.

Methods

Handle

Details

Do no remove, this fixes the anchor on doc.flexsim.com

AutoCAD.Handle.high

readonly int high

Description

The high-order integer of the handle.

Do no remove, this fixes the anchor on doc.flexsim.com

AutoCAD.Handle.low

readonly int low

Description

The low-order integer of the handle.

Do no remove, this fixes the anchor on doc.flexsim.com

AutoCAD.Handle.Handle()

AutoCAD.Handle Handle( )
AutoCAD.Handle Handle( int low , int high )