Click or drag to resize

FieldCorrectionSave Method

Saves the correction table to disk. If the file already exists it will be overwritten.

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

Parameters

correctionFilename  String
The filename of the correction.
Remarks
The data is converted into the format as configured by the correction type.
See Also