CogPMAlignPattern Composite Property Cognex VisionPro
Gets or sets the CogPMAlignComposite object.

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

public CogPMAlignComposite Composite { get; set; }

Property Value

Type: CogPMAlignComposite
The default constructed CogPMAlignComposite object.
Events

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

ExceptionCondition
ArgumentNullExceptionIf the supplied composite is null.
See Also