poIPostManager GetGlobalPropertyValue

Gets the global property value.

Syntax

poIPostManager_handle GetGlobalPropertyValue property

Application

HyperView Tcl Query

Description

This command returns the value for a particular global property.

Inputs

property
The name of the available global property.

Example

To get the value for a global property:
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetClientManagerHandle manager_handle Animation;
manager_handle GetGlobalPropertyList
manager_handle GetGlobalPropertyValue "Convert 2nd order elements to 1st order elements"
hwi CloseStack

Errors

This command returns empty string, if there are no global options.