C++
Acad::ErrorStatus setTablestyle( AcDbObjectId objId );
Description
Sets the object ID of the table style specified by the current CTABLESTYLE value of the database. See the System Variables section of the AutoCAD Command Reference for information on CTABLESTYLE.
Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.
Parameters
Parameters | Description |
---|---|
objId | Input object ID of the AcDbTableStyle to be used for the CTABLESTYLE value |