CogPMAlignCompositeDataItem Enabled Property Cognex VisionPro 9.7
Gets or sets the Enabled property. This property indicates whether to use the pattern in composite training or not.

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

public bool Enabled { get; set; }

Property Value

Type: Boolean
The default is false.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The SfEnabled state flag may be affected.
See Also