poIContourCtrl SetThresholdMinEnableState

Sets the threshold minimum enable state value of a contour (true/false).

Syntax

poIContourCtrl_handle SetThresholdMinEnableState value

Application

HyperView Tcl Modify

Description

This command sets the threshold minimum enable state value of a contour (true/false).

Inputs

value
True/false.

Example

To set the threshold min enable state to true:
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 SetThresholdMinEnableState true

Error

Returns 0 if successful, or an error code (HW_InvalidHandle) if the handle used to invoke the method is no longer valid.