Share

AcDbTable::setBreakFlowDirection

C++

Acad::ErrorStatus setBreakFlowDirection(
    AcDb::TableBreakFlowDirection nDir
);

Description

Sets the table break flow direction of the table. The break flow direction determines the positioning of the tables when the table break is enabled.

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

Parameters

Parameters Description
nDir Input break flow direction.

Links

AcDbTable

Was this information helpful?