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

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