CogImageConvertTool RunParams Property Cognex VisionPro 9.7
The run parameters for this ImageConvert tool.

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

public CogImageConvertRunParams RunParams { get; set; }

Property Value

Type: CogImageConvertRunParams
This read/write property of type CogImageConvertRunParams may not be NULL.
Events

Event TypeReason
ImageProcessingCogImageConvertToolFires when this property changes.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf you attempt to set this property to NULL.
See Also