Overload List
Method | Description |
---|---|
![]() | Default constructor. Object constructed using this constructor remains uninitialized. |
![]() | Copy constructor, this copies all indices of the other object to this object. |
![]() | 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. |