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

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

public IEnumerator GetEnumerator()

Return Value

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