Share

AcDbDwgFiler::filerStatus

C++

virtual Acad::ErrorStatus filerStatus() const = 0;

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

AcDbDwgFiler

Was this information helpful?