poI3DViewCtrl RemoveView

Removes a view from the list of memorized views.

Syntax

poI3DViewCtrl_handle RemoveView view_name

Application

HyperView Tcl Modify

Description

This command removes a memorized view from the memorized views list.

Inputs

view_name
The name of the view.

Example

To remove the specified memory view:
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
window_handle GetViewControlHandle viewctrl_handle
viewctrl_handle RemoveView "view name"
puts "Current View: [viewctrl_handle GetCurrentView]"

hwi CloseStack

Error

Returns an error if the view control handle is invalid, or if the memorized view name could not be found.