LineMaxToolBase Results Property Cognex VisionPro 9.21 SR1

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.21.1.1
Syntax

public abstract LineMaxResults Results { get; }

Return Value

Type: LineMaxResults

The zero-based indexable collection.

See Also