C++
ACDBCORE2D_PORT AcDbItemLocator( const AcDbItemLocator& other );
Description
Copy constructor, this copies all indices of the other object to this object.
Parameters
| Parameters | Description |
|---|---|
| other | The other AcDbItemLocator object intended to copy from. |