CogFitCircle DeletePoint Method Cognex VisionPro
Delete the given point.

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

public void DeletePoint(
	int index
)

Parameters

index
Type: System Int32

The index (0-based) of the point to delete.

Events

Event TypeReason
CogFitCircle Changed

Fires when a point is deleted.

The following state flags may be affected:

Exceptions

ExceptionCondition
ArgumentException

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

Remarks

Delete the given point.

See Also