Int64Collection GetEnumerator Method Cognex VisionPro 9.22
Returns an IEnumerator for the collection.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public override IEnumerator<long> GetEnumerator()

Return Value

Type: IEnumerator Int64 

Implements

IEnumerable T  GetEnumerator 
See Also