FieldCorrectionLoad Method |
Loads the correction file from disk, and updates the correction table.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic void Load(
string correctionFilename
)
Parameters
- correctionFilename String
- The filename of the correction file.
RemarksThe data is interpreted as configured by the correction type.
See Also