C++
ACDBCORE2D_PORT AcDbItemLocator( int itemIndex, int rowIndex, int levelIndex );
Description
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.
Parameters
Parameters | Description |
---|---|
itemIndex | The input Index relative to the first item. |
rowIndex | The input Index relative to the first row. |
levelIndex | The input Index relative to the first level. |