CogAutoSelect ScoringCombineMethod Property Cognex VisionPro
Gets or sets the scoring combine method. Legal values include GeometricMean and ArithmeticMean.

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

public CogAutoSelectScoringCombineMethodConstants ScoringCombineMethod { get; set; }

Property Value

Type: CogAutoSelectScoringCombineMethodConstants
The scoring combine method. Legal values include GeometricMean and ArithmeticMean.
Events

Exceptions

ExceptionCondition
ArgumentException If the supplied scoring combine method is not a valid member of the enumeration.
See Also