CogDLRuntimeRegionThresholds TryGetThreshold Method Cognex VisionPro 9.25 SR1
Fetch the named threshold. Return true if found, false otherwise.

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax

public bool TryGetThreshold(
	string regionName,
	out double threshold
)

Parameters

regionName
Type: System String
The region name of the threshold to be retrieved.
threshold
Type: System Double 

Return Value

Type: Boolean
See Also