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

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