API Reference > OdDb Classes > OdDbShape Class > OdDbShape Methods > OdDbShape::dxfOut Method
OdDbShape::dxfOut Method
Syntax
C++
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.