Click or drag to resize

FieldCorrectionLoad Method

Loads the correction file from disk, and updates the correction table.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public void Load(
	string correctionFilename
)

Parameters

correctionFilename  String
The filename of the correction file.
Remarks
The data is interpreted as configured by the correction type.
See Also