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

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