API Reference > OdDb Classes > OdDbDxfFiler Class > OdDbDxfFiler Methods > OdDbDxfFiler::wrDouble Method
OdDbDxfFiler::wrDouble Method
Syntax
C++
virtual void wrDouble(int groupCode, double value, int precision = kDfltPrec) = 0;
Parameters 
Description 
int groupCode 
[in] Group code.  
double value 
[in] Value.  
int precision = kDfltPrec 
[in] Decimal places. 

Writes the specified double value to this Filer object.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.