CogPixelMap DeleteReferencePoint Method Cognex VisionPro 9.22
Removes a reference point from the internal list.

Namespace: Cognex.VisionPro.PixelMap
Assembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 87.0.0.0
Syntax

public void DeleteReferencePoint(
	int index
)

Parameters

index
Type: System Int32
The index of the reference point to be deleted.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the index is negative or >= the number of reference points.
See Also