API Reference > OdDb Classes > OdDbTableStyle Class > OdDbTableStyle Methods > OdDbTableStyle::setDatabaseDefaults Method
OdDbTableStyle::setDatabaseDefaults Method
Syntax
C++
void setDatabaseDefaults(OdDbDatabase* pDb = 0);
Parameters 
Description 
OdDbDatabase* pDb = 0 
[in] Pointer to the database whose default values are to be used. 

Applies the default properties of the specified database to this TableStyle object. 

 

If pDb is null, the database containing this object is used

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