C++
virtual bool atEOF();
Description
The implementation of this function should follow that of the ObjectARX internal filers. It should return true if the filer is either at a subclass data marker in the object (that is, next item to read has an AcDb::DxfCode of AcDb::kSubclass), or at the start of the object's xdata (that is, no more normal object data to read), or at the end of the object's data (that is, another object's data is next or the filer is at the end of the file being read).
The default implementation of this method is to terminate AutoCAD.