CogLineMaxTool InputImage Property Cognex VisionPro 9.21
Gets or sets the image to be inspected.

Namespace: Cognex.VisionPro.LineMax
Assembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 83.0.0.0
Syntax

public ICogImage InputImage { get; set; }

Property Value

Type: ICogImage
The inspection image.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flags may be affected:

Remarks

Although any ICogImage can be assigned to InputImage, calls to Run  will fail if the InputImage is not a CogImage8Grey or a CogImage16Grey.
See Also