#include <RmPlugIn.h>
Inheritance diagram for IRmImporterPlugIn:

Public Member Functions | |
| virtual bool | ImportNode (RmNode *pNodeToImportInto)=0 |
A plug-in implementing this interface is used by the main application to import data from external formats into the run-time database. An importer plug-in must use RM_PLUGINTYPE_IMPORTER in its plug-in description structure.
|
|
Entry point for importing data into a specific node ('pNodeToImportInto')
|
1.3.6