CogPMAlignMultiRunParams PMAlignRunParams Property Cognex VisionPro
Gets or sets the PMAlignRunParams.

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

public CogPMAlignRunParams PMAlignRunParams { get; set; }

Property Value

Type: CogPMAlignRunParams
The default is a default constructed CogPMAlignRunParams.
Events

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

ExceptionCondition
ArgumentNullExceptionIf the value is null.
See Also