C++
virtual bool atSubclassData( const ACHAR* subClassName );
Description
The implementation of this function should follow that of the ObjectARX internal filers. It should test to see if the filer is currently pointing to an item with an AcDb::DxfCode of AcDb::kDxfSubclass and a data value string that exactly matches the subClassName string. If this is the case, then the filer moves the file pointer to the next item and returns true. Otherwise the file pointer is left alone and false is returned.
The default implementation of this method is to terminate AutoCAD.
Parameters
Parameters | Description |
---|---|
unnamed | subClassName that should be compared |