CogPixelMap ValidateReferencePointsOrder Method Cognex VisionPro 9.8
Validates the reference points for a monotonically increasing order of their input values.

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

public bool ValidateReferencePointsOrder(
	out int firstBadIndex
)

Parameters

firstBadIndex
Type: System Int32 
The index of the first invalid reference point, if any, -1 otherwise.

Return Value

Type: Boolean
True if all points are valid, false otherwise
See Also