API Reference > OdDb Classes > OdDbObject Class > OdDbObject Methods > OdDbObject::dxfOut Method
OdDbObject::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.