Gets or sets the scoring combine method. Legal values include
GeometricMean and ArithmeticMean.
Namespace: Cognex.VisionPro.AutoSelectAssembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 65.1.0.0
public CogAutoSelectScoringCombineMethodConstants ScoringCombineMethod { get; set; }public CogAutoSelectScoringCombineMethodConstants ScoringCombineMethod { get; set; }Public Property ScoringCombineMethod As CogAutoSelectScoringCombineMethodConstants
Get
Set
Public Property ScoringCombineMethod As CogAutoSelectScoringCombineMethodConstants
Get
Set
public:
property CogAutoSelectScoringCombineMethodConstants ScoringCombineMethod {
CogAutoSelectScoringCombineMethodConstants get ();
void set (CogAutoSelectScoringCombineMethodConstants value);
}public:
property CogAutoSelectScoringCombineMethodConstants ScoringCombineMethod {
CogAutoSelectScoringCombineMethodConstants get ();
void set (CogAutoSelectScoringCombineMethodConstants value);
}Property Value
Type:
CogAutoSelectScoringCombineMethodConstants
The scoring combine method. Legal values include
GeometricMean and ArithmeticMean.
| Exception | Condition |
|---|
| ArgumentException |
If the supplied scoring combine method is not a valid member of the
enumeration.
|