CogPMAlignMultiTool InputImage Property Cognex VisionPro
Gets or sets the input image. CogImage8Grey is the only supported image type; a runtime error will be reported if the image type is not CogImage8Grey.

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

public ICogImage InputImage { get; set; }

Property Value

Type: ICogImage
The default value is null.
Events

See Also