::hwp::GetFLDCtrl
Gets an FLDCtrl handle of an animation client model.
Syntax
::hwp::GetFLDCtrl
Application
Tcl Query
Description
This procedure returns an FLDCtrl 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 an FLDCtrl handle of the active animation client model.
Example
set FLDCtrlHandle [::hwp::GetFLDCtrl -page 1 -window 2]