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

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

public IEnumerator GetEnumerator()

Return Value

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