Fetch the named threshold. Return true if found, false otherwise.
Namespace: Cognex.VisionPro.DLRuntimeAssembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 93.1.0.0 (93.1.0.0)
public bool TryGetThreshold(
string regionName,
out double threshold
)
public bool TryGetThreshold(
string regionName,
out double threshold
)
Public Function TryGetThreshold (
regionName As String,
<OutAttribute> ByRef threshold As Double
) As Boolean
Public Function TryGetThreshold (
regionName As String,
<OutAttribute> ByRef threshold As Double
) As Boolean
public:
bool TryGetThreshold(
String^ regionName,
[OutAttribute] double% threshold
)
public:
bool TryGetThreshold(
String^ regionName,
[OutAttribute] double% threshold
)
Parameters
- regionName
- Type: System String
The region name of the threshold to be retrieved.
- threshold
- Type: System Double
Return Value
Type:
Boolean