CogTrevistaTool InputImage Property Cognex VisionPro 9.21
Gets or sets the input image that will be used at run time. The tool will only run successfully if the image is a CogImage8Interlaced.

Namespace: Cognex.VisionPro.Trevista
Assembly: Cognex.VisionPro.Trevista (in Cognex.VisionPro.Trevista.dll) Version: 83.0.0.0
Syntax

public ICogVisionData InputImage { get; set; }

Property Value

Type: ICogVisionData
The input image. Default value is null.
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flag may be affected:
See Also