poIContourCtrl GetThresholdMinEnableState

Gets the threshold minimum enable state (true/false).

Syntax

poIContourCtrl_handle GetThresholdMinEnableState

Application

HyperView Tcl Query

Description

This command retrieves the threshold minimum enable state (true/false).

Example

To get the current threshold minimum enable state:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
set pageIndex [myProjectName GetActivePage]
myProjectName GetPageHandle myPageName $pageIndex
set windowIndex [myPageName GetActiveWindow] 	
myPageName GetWindowHandle myWindowName $windowIndex	
myWindowName GetClientHandle myPostName
set modelIndex [myPostName GetActiveModel]
myPostName GetModelHandle myModelName $modelIndex 
myModelName GetResultCtrlHandle myResultName
myResultName GetContourCtrlHandle myContourName
myContourName GetThresholdMinEnableState

Error

Returns the threshold minimum enable state (true/false), or an error code (HW_InvalidHandle) if the handle used to invoke the method is no longer valid.