*removeview

Deletes a saved view from the database.

Syntax

*removeview name

Type

HyperMesh Tcl Modify Command

Description

Deletes a saved view from the database.

Inputs

name
The name of the view to delete. The view names 1-5 are reserved and cannot be deleted.

Example

To delete the view with the name "my_view":

*removeview "my_view"

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

9.0