::hwp::GetResultCtrl

Gets a ResultCtrl handle of an animation client model.

Syntax

::hwp::GetResultCtrl

Application

HyperWorks Tcl Query

Description

This procedure returns a ResultCtrl handle of a HyperView model.

Mandatory Arguments

None.

Optional Arguments

-page "pageID"
The page ID of the requested page.
-window "windowID"
The window ID of the requested window.
-id "modelID"
The model ID of the requested model.

Returns

Returns a ResultCtrl handle of an animation client model.

Examples

set resultCtrlHandle [::hwp::GetResultCtrl -page 2 -window 4]
set resultCtrlHandleActiveWindow [::hwp::GetResultCtrl]