HyperWorks Tools

::hw::pmgr::PmgrCreateNewProcessInstance

::hw::pmgr::PmgrCreateNewProcessInstance

Previous topic Next topic No expanding text in this topic  

::hw::pmgr::PmgrCreateNewProcessInstance

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

::hw::pmgr::PmgrCreateNewProcessInstance  PmiFile


Arguments

PmiFile
(Optional Argument)

The full path to the new process instance.  If specified, a new process instance with the given name is created; if not, you are provided with a file browser to select the location and the name of the new process instance.

Returns

Throws error (if any)

Example

::hw::pmgr::PmgrCreateNewProcessInstance;

::hw::pmgr::PmgrCreateNewProcessInstance "C:/demo/simple.pmi";