CogTrackingCollection T  GetEnumerator Method Cognex VisionPro 9.22
Returns an enumerator that can iterate through the collection's items.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax

public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An IEnumerator that can be used to iterate through the items.
See Also