Click or drag to resize

FieldCorrectionItem(Int32, Int32, Int32) Property

Gets or sets the correction value of the specified axis at the specified row and column.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public double this[
	int axis,
	int row,
	int column
] { get; set; }

Parameters

axis  Int32
The axis, where 0 refers to X, 1 to Y, 2 to Z.
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
The correction value for the requested axis.
See Also