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

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

public override IEnumerator<long> GetEnumerator()

Return Value

Type: IEnumerator Int64 

Implements

IEnumerable T  GetEnumerator 
See Also