C++
Acad::ErrorStatus setBreakOption( AcDb::TableBreakOption nOption );
Description
Sets the table break option.
Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.
Parameters
Parameters | Description |
---|---|
nOption | Input option: true for on, false for off |