AcMapIEImporter:: AddReactor Method
Adds a reactor to this importer. You must derive a reactor from the virtual base class AcMapIEImportReactor. Reactors are triggered through only the API; an end-user cannot trigger a reactor by using the AutoCAD Map user interface. Reactors are live until they are removed explicitly with RemoveReactor()or until AutoCAD Map exits. An importer is a singleton; all callers add reactors to the same importer instance. If an importer has multiple reactors, they are called in the order added.
virtual AcMapIE::ErrCode AddReactor( AcMapIEImportReactor * pReactor ) = 0;
Parameters |
Description |
pReactor |
Input AcMapIEImportReactorimport reactor to add. |
Returns
Returns AcMapIE::ErrCode kErr_OK if successful. Returns AcMapIE::ErrCode kErr_Fail if the process failed.
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].