Gets or sets the image to be inspected.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 65.1.0.0
public ICogImage InputImage { get; set; }public ICogImage InputImage { get; set; }Public Property InputImage As ICogImage
Get
Set
Public Property InputImage As ICogImage
Get
Set
public:
property ICogImage^ InputImage {
ICogImage^ get ();
void set (ICogImage^ value);
}public:
property ICogImage^ InputImage {
ICogImage^ get ();
void set (ICogImage^ value);
}Property Value
Type:
ICogImage
The inspection image.
| Event Type | Reason |
|---|
| ICogChangedEvent Changed |
Fires when the value of this property changes.
The following state flags may be affected:
|
Although any
ICogImage can be assigned
to InputImage, calls to
Run
will fail if the InputImage value is not a
CogImage8Grey.