CogSurfaceFXTool LitFromRightInputImage Property Cognex VisionPro 9.5
Gets or sets the Lit from right input image that will be used at run time.

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

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

public ICogImage LitFromRightInputImage { get; set; }

Property Value

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

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flags may be affected:
Exceptions

ExceptionCondition
ObjectDisposedException If the object has been disposed.
See Also