HyperWorks Tools

::hw::pmgr::PmgrExecutePmgrScript

::hw::pmgr::PmgrExecutePmgrScript

Previous topic Next topic No expanding text in this topic  

::hw::pmgr::PmgrExecutePmgrScript

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

Syntax

::hw::pmgr::PmgrExecutePmgrScript strHwpmScript

Arguments

StrHwpmScript

HyperWorks Process Manager script to execute.

Returns

Whatever the script returns.
Throws error (if any)

Example

set script "DataModel.SetProperty(\"NAME\", \"ALTAIR\")";

::hw::pmgr::PmgrExecutePmgrScript $script;