CogPMAlignPatternItem Pattern Property Cognex VisionPro 9.10
Gets or sets the pattern.

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

public CogPMAlignPattern Pattern { get; set; }

Property Value

Type: CogPMAlignPattern
The default value is null.
Events

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

ExceptionCondition
ArgumentNullExceptionIf the supplied value is null.
See Also