CogCalibNPointToNPoint NumPoints Property Cognex VisionPro
The number of points in each point set. This is the number of raw calibrated points, and also the number of uncalibrated points.

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

public int NumPoints { get; set; }

Property Value

Type: Int32
Events

Exceptions

ExceptionCondition
ArgumentException

The new value is less than 0.

Remarks

The number of points in each point set. This is the number of raw calibrated points and also the number of uncalibrated points.

If you increase the number of points, the extra points are added to the end of the existing point sets and initialized to (0, 0). If you decrease the number of points, the points are removed from the end of each point set.

Default Value: 0

See Also