CogAutoSelect ScoringSymmetryWeight Property Cognex VisionPro
Gets or sets the symmetry scoring weight.

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

public double ScoringSymmetryWeight { get; set; }

Property Value

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

Exceptions

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