API Reference > OdDb Classes > OdDbDxfFiler Class > OdDbDxfFiler Methods > OdDbDxfFiler::atSubclassData Method
OdDbDxfFiler::atSubclassData Method
Syntax
C++
virtual bool atSubclassData(const OdString& subClassName);
Parameters 
Description 
const OdString& subClassName 
[in] Subclass name. 

Returns true if and only if this Filer object is at a subclass data marker with the specified subClassName. 

 

If true, the Filer advances the file pointer to the next item. 

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

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