CogFitLine AddPoint Method Cognex VisionPro 9.10
Add a new point to the end of the list of points.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax

public void AddPoint(
	double x,
	double y
)
Events

Event TypeReason
CogFitLine Changed

Fires when this function is called.

The following state flags may be affected:

    Remarks

    Add a new point to the end of the list of points.

    See Also