CogPMAlignCompositeDataItem PercentCoarseFeaturesUsed Property Cognex VisionPro
Gets the percentage of the coarse features that were used in the pattern.The value is set when the user calls train and the item is enabled.

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

public double PercentCoarseFeaturesUsed { get; set; }

Property Value

Type: Double
The default is -1.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The SfPercentCoarseFeaturesUsed state flag may be affected.
Remarks

This property is not serialized nor copied.
See Also