CogImageFileTool InputImage Property Cognex VisionPro 9.22
Input image. This property may be set to enable recording.

Namespace: Cognex.VisionPro.ImageFile
Assembly: Cognex.VisionPro.ImageFile (in Cognex.VisionPro.ImageFile.dll) Version: 87.0.0.0
Syntax

public ICogImage InputImage { get; set; }

Property Value

Type: ICogImage
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Default Value: 0

Returns or sets the input image, which is used to enable image recording. In record mode, the input image is appended to the currently open image file.

See Also