FieldCorrectionSave Method |
Saves the correction table to disk. If the file already exists it will be overwritten.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic void Save(
string correctionFilename
)
Parameters
- correctionFilename String
- The filename of the correction.
RemarksThe data is converted into the format as configured by the correction type.
See Also