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

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

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

public ICogImage LitFromTopInputImage { get; set; }

Property Value

Type: ICogImage
The lit from top 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