API Reference > OdDb Classes > OdDbDxfFiler Class > OdDbDxfFiler Methods > OdDbDxfFiler::atEndOfObject Method
OdDbDxfFiler::atEndOfObject Method
Syntax
C++
virtual bool atEndOfObject();

Returns true if and only if this Filer object is at the end of an object's data.

This will be true when the filter is at any of the following: 

 

  • The start of another object's data.
  • The end of a file.

 

The default implementation of this function does nothing but throw an exception.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.