C++
Acad::ErrorStatus dwgOut( AcDbDwgFiler* pFiler ) const;
Description
This function does some internal bookkeeping, calls the object's AcDbObject::dwgOutFields() function, and then writes out any xdata attached to the object. If the object's dwgOutFields() function does not supermessage its parent class, or it returns an error status, then an assert is triggered.
Returns the filer's status, which is Acad::eOk if successful.
Parameters
Parameters | Description |
---|---|
pFiler | Input pointer to DWG filer to be used for this filing operation |