LineMaxToolBase Results Property Cognex VisionPro 9.22

Gets the collection of results generated by the most recent call to Run.

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

public abstract LineMaxResults Results { get; }

Return Value

Type: LineMaxResults

The zero-based indexable collection.

See Also