CogDLRuntimeResults GetEnumerator Method Cognex VisionPro 9.22 SR1
Get an enumerator for this collection of name marking pairs.

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

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

Return Value

Type: IEnumerator KeyValuePair String, CogDLRuntimeMarking  

Implements

IEnumerable T  GetEnumerator 
See Also