Cog3DRangeImagePlaneEstimator AddPoint Method Cognex VisionPro
Add a point to the locations. The values are in selected space.

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

public void AddPoint(
	double x,
	double y
)

Field Value

Type:
The point will be added at the the end of the list.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfNumPoints
Exceptions

ExceptionCondition
OutOfMemoryException Out of memory exception will be thrown if the point could not be added.
See Also