Syntax |
::hw::pmgr::PmgrGetTaskParent strUniqueTaskName |
|
Arguments |
strUniqueTaskName |
Unique name of the selected task. |
Returns |
The name of the parent node. |
|
Example |
set strParentNode [::hw::pmgr::PmgrGetTaskParent "Mesh"]; |