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

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

public IEnumerator GetEnumerator()

Return Value

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