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

Returns the filer status. 

This function is called by dxfOut() to allow the object to write its data. 

When overriding this function: 

1) Call assertReadEnabled(). 2) Call the parent class's dxfOutFields(pFiler). 3) Use pFiler to call the OdDbDxfFiler methods to write each of the object's data items in the order they were written.

Writes the DXF data of this object. 

 

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