HyperWorks Tools

::hw::pmgr::PmgrGetTaskChildren

::hw::pmgr::PmgrGetTaskChildren

Previous topic Next topic No expanding text in this topic  

::hw::pmgr::PmgrGetTaskChildren

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

Syntax

::hw::pmgr::PmgrGetTaskChildren strUniqueTaskName


Arguments

strUniqueTaskName

Unique name of the selected task.

Returns

List of child tasks.
Throws error (if any)

Example

set strRoot [::hw::pmgr::PmgrGetTaskRoot];

set listChildren [::hw::pmgr::PmgrGetTaskChildren $strRoot];