API Reference > OdDb Classes > OdDbTableStyle Class > OdDbTableStyle Methods > OdDbTableStyle::postTableStyleToDb Method
OdDbTableStyle::postTableStyleToDb Method
Syntax
C++
virtual OdDbObjectId postTableStyleToDb(OdDbDatabase* pDb, const OdString& styleName);
Parameters 
Description 
OdDbDatabase* pDb 
[in] Pointer to the database in which to post.  
const OdString& styleName 
[in] Name for the table style.  
tableStyleId 
[out] Receives 

Returns the Object ID of the posted table style.

Adds this TableStyle object to the specified database. 

 

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