C++
Acad::ErrorStatus setBreakOffset( int nIndex, const AcGeVector3d& vec );
Description
Sets the table break offset of the table.
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. |
vec | Input vector |