poIPostManager GetGlobalPropertyValueRangeList

Gets the list of values for the global property value.

Syntax

poIPostManager_handle GetGlobalPropertyValueRangeList property

Application

HyperView Tcl Query

Description

This command returns the range of value list for a given global property.

Inputs

property
The name of the available global property.

Example

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

Errors

This command returns HW_error, if an invalid property is passed.