C++
Acad::ErrorStatus getIndicatorSize( double& fWidth, double& fHeight ) const;
Description
This function gets the row and column indicator size.
Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.
Parameters
Parameters | Description |
---|---|
fWidth | Input width of the row indicator column which appears on the left |
fHeight | Input height of the column indicator row which appears on the top |