LineMaxEdgePointCollection GetEnumerator Method Cognex VisionPro 9.25 SR1
Returns an IEnumerator for the collection.

Namespace: Cognex.Vision.LineMax
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.25.1.0
Syntax

public override IEnumerator<LineMaxEdgePoint> GetEnumerator()

Return Value

Type: IEnumerator LineMaxEdgePoint 

Implements

IEnumerable T  GetEnumerator 
See Also