Validates the reference points for a monotonically increasing order of
their input values.
Namespace: Cognex.VisionPro.PixelMapAssembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 91.0.0.0
public bool ValidateReferencePointsOrder(
out int firstBadIndex
)
public bool ValidateReferencePointsOrder(
out int firstBadIndex
)
Public Function ValidateReferencePointsOrder (
<OutAttribute> ByRef firstBadIndex As Integer
) As Boolean
Public Function ValidateReferencePointsOrder (
<OutAttribute> ByRef firstBadIndex As Integer
) As Boolean
public:
bool ValidateReferencePointsOrder(
[OutAttribute] int% firstBadIndex
)
public:
bool ValidateReferencePointsOrder(
[OutAttribute] 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