::hwp::GetComplexCtrl
Gets a ComplexCtrl handle of an animation client model.
Syntax
::hwp::GetComplexCtrl
Application
Tcl Query
Description
This procedure returns a ComplexCtrl handle of the active 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 ComplexCtrl handle of the active animation client model.
Example
set complexCtrlHandle [hwp::GetComplexCtrl]