C++
virtual bool atEmbeddedObjectStart();
Description
The implementation of this function should be to test to see if the filer is currently pointing to an item with an AcDb::DxfCode of AcDb::kDxfEmbeddedObjectStart. If this is the case, then the filer moves the file pointer to the next item and returns Adesk::kTrue. Otherwise, the file pointer is not changed, and Adesk::kFalse is returned. This is how this function is implemented in the ObjectARX internal filers.
The base class implementation of this method is to abort the program. Therefore, this method must be overridden in derived classes on which it is expected to be called.