CogDLRuntimeRegionThresholds ContainsRegionName Method Cognex VisionPro 9.23
Return true if this collection contains a threhsold with the specified name, otherwise return false.

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

public bool ContainsRegionName(
	string regionName
)

Parameters

regionName
Type: System String
The region name to search for.

Return Value

Type: Boolean
See Also