CogCaliperSortModeConstants EnumerationCognex VisionPro
Enumeration of ways in which caliper results may be sorted.

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

public enum CogCaliperSortModeConstants
Members

  Member nameValueDescription
Score1Sort by score - largest score first unless ReverseSortOrder is true.
Position2Sort by position - smallest position first unless ReverseSortOrder is true.
Distance3Sort by distance - smallest distance first unless ReverseSortOrder is true.
Remarks

Enumeration of ways in which caliper results may be sorted.

See Also