CogPMAlignMulti TrainAlgorithm Property Cognex VisionPro 9.24
Gets or sets the train algorithm that must be used by all the patterns in the operator collection. The property is initialized when the first pattern is added to the operator.

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

public CogPMAlignTrainAlgorithmConstants TrainAlgorithm { get; set; }

Property Value

Type: CogPMAlignTrainAlgorithmConstants
Events

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

ExceptionCondition
ArgumentExceptionIf the value is invalid.
See Also