API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::setTableStyle Method
OdDbTable::setTableStyle Method
Syntax
C++
virtual void setTableStyle(const OdDbObjectId& tableStyleId);
Parameters 
Description 
const OdDbObjectId& tableStyleId 
[in] Object ID of the table style. 

Sets the Object ID of the OdDbTableStyle for use by this table entity (DXF 342). 

 

Method generates the eInvalidInput exception when the object ID is invalid.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.