Click or drag to resize

CorrectionFileAnalyzerGetCorrectionFileInfo(String) Method

Gets values stored in the fc3 file header or the txt file of the gcd file.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public static CorrectionFileInfo GetCorrectionFileInfo(
	string path
)

Parameters

path  String
Path of the field correction file.

Return Value

CorrectionFileInfo
Returns correction file values.
See Also