CogAutoSelect ScoringOrthogonalityWeight Property Cognex VisionPro
Gets or sets the orthogonality scoring weight.

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

public double ScoringOrthogonalityWeight { get; set; }

Property Value

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

Exceptions

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