poITrackingSystem GetUseGlobalCoords

Gets the value of the "Align with global" option.

Syntax

trackingsystem_handle GetUseGlobalCoords

Application

HyperView Tcl Query

Description

This command returns the value of the "Align with global" option for a particular tracking system.

Example

To query the value of the "Align with global" option for tracking system whose ID is 1:
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetWindowHandle window_handle [page_handle GetActiveWindow]
window_handle GetClientHandle client_handle
client_handle GetModelHandle model_handle [client_handle GetActiveModel]
model_handle GetTrackingSystemHandle tsys_handle 1
tsys_handle GetUseGlobalCoords
hwi CloseStack

Errors

Returns a non-zero value.