Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbWipeoutVariables::openWipeoutVariables Method
Syntax
C++
static OdDbWipeoutVariablesPtr openWipeoutVariables(OdDbDatabase* pDb, OdDb::OpenMode openMode = OdDb::kForRead);

Opens the Wipeout Variables object in the specified database.

Parameters
Description
pDb
[in] Pointer to the database that contains the wipeout variables object.
openMode
[in] Mode in which to open the wipeout variables object.

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-2022. Open Design Alliance All rights reserved.