API Reference > OdDb Classes > OdDbDxfFiler Class > OdDbDxfFiler Methods > OdDbDxfFiler::wrBool Method
OdDbDxfFiler::wrBool Method
Syntax
C++
virtual void wrBool(int groupCode, bool value) = 0;
Parameters 
Description 
int groupCode 
[in] Group code.  
bool value 
[in] Value. 

Writes the specified bool value to this Filer object.

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