CogNPointToNPoint DeletePointPair Method Cognex VisionPro
Deletes the point at the given index from each point set. Points with higher indices are shifted to the next lower index, and NumPoints is decreased by one.

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

public void DeletePointPair(
	int index
)
Events

Exceptions

ExceptionCondition
ArgumentException

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

Remarks

Deletes the point at the given index from each point set, shifts any points with higher indices to the next lower index, and decreases NumPoints by one.

See Also