CogCalibCheckerboard GetRawCalibratedPointY Method Cognex VisionPro 9.7
The Y 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: 73.0.0.0
Syntax

public double GetRawCalibratedPointY(
	int index
)

Return Value

Type: Double
Exceptions

ExceptionCondition
ArgumentException

index < 0 or index >= NumPoints.

Remarks

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

See Also