Share

AcDbDxfFiler::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 state of the filer. If everything is OK (which includes the filer's internal ErrorStatus as Acad::eEndOfFile, since that is a non-error condition), then Acad::eOk should be returned.

Links

AcDbDxfFiler

Was this information helpful?