Click or drag to resize

FieldCorrectionToPosition(Int32, Int32) Method

Calculates the XY position of the associated grid point.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public double[] ToPosition(
	int row,
	int column
)

Parameters

row  Int32
The row of the correction table. Row 0 refers to the bottom-most row.
column  Int32
The column of the correction table. Column 0 refers to the left-most column.

Return Value

Double
Returns the XY position of the specified grid point.
Remarks
The Z position is always 0.
See Also