poISphericalSection SetDisplayOption

Sets the state of the given section display option.

Syntax

poISphericalSection_handle SetDisplayOptionname value

Application

HyperView Tcl Modify

Description

This command returns the state of the given section display option.

Inputs

name
The name of the section display option:
“gridlines”
For the display of grid lines.
“grixtext”
For the display of values around the grid.
value
The boolean value for the section display option.

Example

To set the state of a section display option:
hwi OpenStack
::post::GetPostHandle post_handle
post_handle GetSectionHandle section_handle [post_handle AddSection 0]
# Get gridtext status
section_handle SetDisplayOption “gridtext” true
hwi CloseStack

Errors

Returns an invalid handle.