AcMapIEExporter::AddReactor Method

Land Desktop Development ARX CPP SDK

AcMapIEExporter:: AddReactor Method
 

Adds a reactor to this exporter. You must derive a reactor from the virtual base class AcMapIEExportReactor. 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 exporter is a singleton; all callers add reactors to the same exporter instance. If an exporter has multiple reactors, they are called in the order added.

virtual AcMapIE::ErrCode AddReactor(
    AcMapIEExportReactor * pReactor
) = 0;
Parameters 
Description 
pReactor 
Input AcMapIEExportReactorexport 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].