2.2.4.31.6 OperationManager::OperationManager
Description
Default OperationManager constructor.
Syntax
OperationManager( )
Parameters
Return
Examples
EX1
//Get the first operation name in the Project. void OperationManager_OperationManager_ex1() { int index=0; OperationManager opManager; opManager = Project.Operations; OperationBase& op = opManager.GetOperation(index); out_str(op.GetName()); }
Header to Include
origin.h