C++
Acad::ErrorStatus setDynamicColumns( double width, double gutter, bool auto_height );
Description
Sets column type to AcDbMText::kDynamicColumns with specified width, gutter, and auto height setting
Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.
Parameters
Parameters | Description |
---|---|
width | Input new column width |
gutter | Input new column gutter |
auto_height | Input new auto-height setting |