C++
Acad::ErrorStatus setColumnHeight( int, double );
Description
Sets the height of the specified column.
Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.
Only valid for dynamic, manual height columns.
Parameters
Parameters | Description |
---|---|
index | The column's height to set |
height | Column height |