::hwp::GetSystem
Gets a system handle of an animation client model.
Syntax
::hwp::GetSystem
Application
Tcl Query
Description
This procedure returns a system handle to the belonging system ID.
Mandatory Arguments
- -id "SystemID"
- The HyperView internal ID of the system.
Optional Arguments
- -clientHandle "client handle"
- A client handle to improve the performance.
- -modelHandle "model handle"
- A model handle to improve the performance.
- -page "page id"
- The page where the system is placed (cannot be used with the option clientHandle).
- -window "window id"
- The window where the section is placed (cannot be used with the option clientHandle).
Returns
Returns a system handle to the belonging system ID.
Example
set systemHandle [::hwp::GetSystem -id 1]