Cog3DRangeImagePlaneEstimator SetPoint Method Cognex VisionPro
Sets the (x,y) coordinates defined in selected space for a single point using the index. The points are used only when FitMethod is set to Points.

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

public void SetPoint(
	int index,
	double x,
	double y
)

Field Value

Type:
The default is (0,0)
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfGetPointX
  • SfGetPointY
Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the index is outside the range of points available.
See Also