C++
virtual bool atEndOfObject();
Description
The implementation of this function should be (and is in the ObjectARX internal filers) that if there is no more of the object's information to read, then set the filer's internal error status to Acad::eOk, thus allowing it to move on (much the way the AcDbDxfFiler::atSubclassData method allows the filer to continue past the subclass data marker) and then return true.
The default implementation of this method is to terminate AutoCAD.