CogSurfaceFXTool OutputImage Property Cognex VisionPro
Gets the OutputImage from the last run of the tool.

Namespace: Cognex.VisionPro.SurfaceFX
Assembly: Cognex.VisionPro.SurfaceFX (in Cognex.VisionPro.SurfaceFX.dll) Version: 65.1.0.0
Syntax

public ICogImage OutputImage { get; }

Property Value

Type: ICogImage
The results from the last run of the tool. Default value is null.
Exceptions

ExceptionCondition
ObjectDisposedException If the object has been disposed.
Remarks

The returned OutputImage will be null if the last call to Run  failed.
See Also