API Reference > OdDb Classes > OdDbWipeoutVariables Class > OdDbWipeoutVariables Methods > OdDbWipeoutVariables::openWipeoutVariables Method
OdDbWipeoutVariables::openWipeoutVariables Method
Syntax
C++
static OdDbWipeoutVariablesPtr openWipeoutVariables(OdDbDatabase* pDb, OdDb::OpenMode openMode = OdDb::kForRead);
Parameters 
Description 
OdDbDatabase* pDb 
[in] Pointer to the database that contains the wipeout variables object. 
OdDb::OpenMode openMode = OdDb::kForRead 
[in] Mode in which to open the wipeout variables object.  

Opens the Wipeout Variables object in the specified database.

If the Wipeout Variables object does not exist in the specified database it is created. 

Returns a SmartPointer to the Wipeout Variables object.

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