CogNPointToNPoint AddPointPair Method Cognex VisionPro 9.8 SR1
Adds a new point to the end of each point set. NumPoints will be increased by one.

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

public void AddPointPair(
	double groupAX,
	double groupAY,
	double groupBX,
	double groupBY
)

Parameters

groupAX
Type: System Double

The x-coordinate for the "group A" point.

groupAY
Type: System Double

The y-coordinate for the "group A" point.

groupBX
Type: System Double

The x-coordinate for the "group B" point.

groupBY
Type: System Double

The y-coordinate for the "group B" point.

Events

Remarks

Adds a new point with the specified coordinates to the end of each point set and increases NumPoints by one.

Note: AddPointPair(Double, Double, Double, Double) does not affect any of the existing points in the point sets.

See Also