Share

AcDbDwgFiler::filerStatus

C++

Acad::ErrorStatus filerStatus() const;

Description

The implementation of this function should follow that of the ObjectARX internal filers. It should return an Acad::ErrorStatus value indicating the current status of the filer. If everything is OK, then Acad::eOk should be returned.

Links

AcDbDeepCloneFiler

Was this information helpful?