Command to load node hierarchies, associated data files and embedded modules from .integra files. More...
#include "api/command.h"
Static Public Member Functions | |
static ILoadCommand * | create (const string &file_path, const CPath &parent_path) |
Create an instance of ILoadCommand Loads node hierarchies, associated data files and embedded modules. More... | |
Additional Inherited Members | |
![]() | |
virtual CError | execute (integra_internal::CServer &server, CCommandSource source, CCommandResult *result)=0 |
Internal use only. | |
Command to load node hierarchies, associated data files and embedded modules from .integra files.
|
static |
Create an instance of ILoadCommand Loads node hierarchies, associated data files and embedded modules.
file_path | the .integra or .ixd file to load |
parent_path | path of the node under which to create the new nodes. To load the file at root level, supply an empty path. |