Share

AcDbTable::setBreakHeight

C++

Acad::ErrorStatus setBreakHeight(
    int nIndex, 
    double fHeight
);

Description

Sets the break height of the specified table when table breaking is enabled.

Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.

Parameters

Parameters Description
nIndex Input table index. It should be more than or equal to 0 and less than the number of multiple tables, when the table breaks.
fHeight Input break height

Links

AcDbTable

Was this information helpful?