CogImageFileTool OutputImage Property Cognex VisionPro 9.21 SR1
Output image. This is updated by each invocation of Run.

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

public ICogImage OutputImage { get; }

Property Value

Type: ICogImage
Remarks

In read (playback) mode, when the tool is run the output image is set to the current image in the open image. Each invocation of Run  updates OutputImage.

See Also