CogCalibCheckerboard GetRawCalibratedPointX Method Cognex VisionPro 9.5
The X coordinate of the raw calibrated vertex point with the given index. Valid indices range from 0 to NumPoints-1 inclusive.

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

public double GetRawCalibratedPointX(
	int index
)

Return Value

Type: Double
Exceptions

ExceptionCondition
ArgumentException

index < 0 or index >= NumPoints.

Remarks

The x-coordinate of the raw calibrated vertex point with the given index. Valid indices range from 0 to NumPoints–1 inclusive.

See Also