poI3DViewCtrl GetCurrentViewString

Gets the string name of the current view.

Syntax

poI3DViewCtrl_handle GetCurrentViewString

Application

HyperView Tcl Query

Description

This command retrieves the string name of the current view. This is used within HyperView to update the current view.

Example

To find out how many frames have video tracking data:
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 GetViewControlHandle view_handle
view_handle GetCurrentViewString
hwi CloseStack

Errors

None.