CogDLRuntimeRegionThresholds GetEnumerator Method Cognex VisionPro 9.23
Get an enumerator for this collection of regionname / threshold pairs.

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

public IEnumerator<KeyValuePair<string, double>> GetEnumerator()

Return Value

Type: IEnumerator KeyValuePair String, Double  

Implements

IEnumerable T  GetEnumerator 
See Also