CogAutoSelect ScoringUniquenessWeight Property Cognex VisionPro
Gets or sets the uniqueness scoring weight.

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

public double ScoringUniquenessWeight { get; set; }

Property Value

Type: Double
The uniqueness scoring weight. May not be negative.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the supplied uniqueness scoring weight is negative.
See Also