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

Writes the specified optional bool value to this Filer object.

value is written if and only if (value != default) || (includesDefaultValues() == true) 

 

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