CogFixtureTool OutputImage Property Cognex VisionPro 9.5
Output image from the last invocation of the tool's Run method. This image shares the pixels and the coordinate spaces of the input image. Its SelectedSpaceName is controlled by the SpaceToOutput property of this tool.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 69.0.0.0
Syntax

public ICogImage OutputImage { get; }

Property Value

Type: ICogImage
Remarks

The output image from the last invocation of the tool's Run  method. This image shares the pixels and the coordinate spaces of the input image. The SpaceToOutput property of the RunParams object controls the selected space name of the output image.

Note: Unless the last run of the tool was successful, the output image will be NULL or Nothing.

Default Value: NULL

See Also