CogPMAlignComposite PercentCoarseFeaturesUsed Property Cognex VisionPro
Gets the percentage of the coarse feature that were used in the pattern from the initial train image.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; }

Property Value

Type: Double
The default is -1.
Events

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