C++
virtual Acad::ErrorStatus setTableStyle( const AcDbObjectId& id );
Description
This function sets the table to use the AcDbTableStyle with the given object ID.
Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.
Parameters
| Parameters | Description |
|---|---|
| id | Input object ID to be used for AcDbTableStyle |