CogPMAlignCompositeDataItem Image Property Cognex VisionPro 9.8
Gets or sets the training image.

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

public ICogImage Image { get; set; }

Property Value

Type: ICogImage
The default value is null.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The SfImage state flag may be affected.
Exceptions

ExceptionCondition
CogPMAlignImageTypeNotSupportedIf the supplied value type is not CogImage8Grey.
ArgumentNullExceptionIf the supplied value is null.
See Also