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

Writes the specified optional Int32 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.