LineMaxTool InputImage Property Cognex VisionPro 9.22
Get

Gets the image to be inspected.

Set

Sets the image to be inspected.

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

public IImage InputImage { get; set; }

Return Value

Type: IImage

The inspection image.

Remarks

Although any IImage can be assigned to InputImage, calls to Run will fail if the InputImage is not a Image8Grey or a Image16Grey.

Remarks

Changed Raised when the value of this property changes. The following state flags may be affected:

See Also