CogSurfaceFXTool LitFromBottomInputImage Property Cognex VisionPro 9.7
Gets or sets the Lit from bottom input image that will be used at run time.

This property sets the value of the second record in the InputVisionData container.

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

public ICogImage LitFromBottomInputImage { get; set; }

Property Value

Type: ICogImage
The lit from bottom input image. Default value is null.
Events

Exceptions

ExceptionCondition
ObjectDisposedException If the object has been disposed.
See Also