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

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