CogPMAlignComposite PercentFineFeaturesUsed Property Cognex VisionPro 9.7
Gets the percentage of the fine feature that were used in the pattern from the initial train image.The value is set when the user calls train and at least one composite item is enabled.

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

public double PercentFineFeaturesUsed { 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.
Remarks

This property is not serialized nor copied.
See Also