Share

AcDbItemLocator Constructor

Overload List

Method Description
AcDbItemLocator::AcDbItemLocator () Default constructor. Object constructed using this constructor remains uninitialized.
AcDbItemLocator::AcDbItemLocator (AcDbItemLocator&) Copy constructor, this copies all indices of the other object to this object.
AcDbItemLocator::AcDbItemLocator (int, int, int) Parameterized constructor, this initializes all indices of the object. The cannonical form of AcDbItemLocator always uses +ve value for indices, but clients may use -ve values for indices subjected to their own interpretation of -ve vlaues.

Was this information helpful?