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

Writes the specified 2D point value to this Filer object.

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