API Reference > OdDb Classes > OdDb3dPolyline Class > OdDb3dPolyline Methods > OdDb3dPolyline::dxfOut Method
OdDb3dPolyline::dxfOut Method
Syntax
C++
virtual void dxfOut(OdDbDxfFiler* pFiler) const;
Parameters 
Description 
OdDbDxfFiler* pFiler 
[in] Pointer to the filer to which the data are to be written. 

Writes the DXF format data of this object to the specified filer. 

 

This function calls this object's dxfOutFields(pFiler) function, writes any Xdata associated with this object.

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