CogNPointToNPoint SetGroupAPoint Method Cognex VisionPro 9.8
Sets the X and Y coordinates of the 'group A' point with the given index. Valid indices range from 0 to NumPoints-1 inclusive.

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

public void SetGroupAPoint(
	int index,
	double x,
	double y
)
Events

Exceptions

ExceptionCondition
ArgumentException

index is less than 0 or greater than or equal to NumPoints.

Remarks

Sets the x- and y-coordinates of the "group A" point with the given index. Valid indices range from 0 to NumPoints - 1, inclusive.

See Also