Cog3DRangeImagePlaneEstimator DeletePoint Method Cognex VisionPro
Delete a point from the input point list using the index specified

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

public void DeletePoint(
	int index
)
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfNumPoints
Exceptions

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

invalid range exception will be thrown
See Also