Share

AcDbTable::breakOffset

C++

AcGeVector3d breakOffset(
    int nIndex
) const;

Description

Returns the break offset of the specified table when table breaking is enabled.

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.

Links

AcDbTable

Was this information helpful?