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

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