API Reference > OdDb Classes > OdDbDatabase Class > OdDbDatabase Methods > OdDbDatabase::setSysVar Method
OdDbDatabase::setSysVar Method
Syntax
C++
void setSysVar(const OdString& name, const OdResBuf* pValue);
Parameters 
Description 
const OdString& name 
[in] Name of the system variable.  
const OdResBuf* pValue 
[in] Pointer to an OdResBuf object that contains the new value. 

Sets the specified system variable of this database object. 

 

System variable names are case-insensitive strings.

System Variables

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