C++
Acad::ErrorStatus dxfOutFields( AcDbDxfFiler* pFiler ) const;
Description
This function is called by dxfOut(). Its purpose is to allow the object to write out its data.
Parameters
Parameters | Description |
---|---|
pFiler | The pointer to filer to use to write out the object's data, which was passed into dwfOut(). |
Returns
Returns Acad::eOk if successful.