poIPostManager SetGlobalPropertyValue

Sets the global property value.

Syntax

poIPostManager_handle SetGlobalPropertyValue property value

Application

HyperView Tcl Modify

Description

This command sets the value to the global property.

Inputs

property
The name of the available global property.
value
Value must be "Yes" or "No".

Example

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

Errors

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