CogLineMaxResults GetEnumerator Method Cognex VisionPro 9.8 SR1
Creates an enumerator for sequentially accessing the collection items.

Namespace: Cognex.VisionPro.LineMax
Assembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 75.0.0.0
Syntax

public virtual IEnumerator<CogLineMaxResult> GetEnumerator()

Return Value

Type: IEnumerator CogLineMaxResult 
The collection enumerator.

Implements

IEnumerable T  GetEnumerator 
See Also