poIPost GetMeasureDisplayMode

Gets the global measure display option setting.

Syntax

poIPost_handle GetMeasureDisplayMode name

Application

HyperView Tcl Query

Description

This command retrieves the global measure display option setting.

Inputs

name
The display option name. Options include: transparency, autohide, and prefix.

Example

To get the state of the measure transparency, autohide, and prefix settings:
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
set measure_transparency [client_handle GetMeasureDisplayMode transparency]
set measure_autohide [client_handle GetMeasureDisplayMode autohide]
set measure_prefix [client_handle GetMeasureDisplayMode prefix]
hwi CloseStack

Errors

None.