CogFindCorner NumCalipers Property Cognex VisionPro
Number of calipers used to find each line. NumCalipers - NumToIgnore must be greater than or equal to 2 (the minimum number of points required to find a line.

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

public int NumCalipers { get; set; }

Property Value

Type: Int32
Events

Exceptions

ExceptionCondition
ArgumentExceptionIf NewVal - NumToIgnore is less than 2.
See Also