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