SmartLineTool InputImage Property Cognex VisionPro 9.21 SR1
Get

Gets the image to be inspected.

Set

Sets the image to be inspected.

Namespace: Cognex.Vision.SmartLine
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.21.1.1
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.

Remarks

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

See Also