Click or drag to resize

CorrectionFileLibGetOpticalParameters Method

Reads the optical parameters of an existing correction file.

Namespace: RAYLASE.SPICE3.Correction
Assembly: RAYLASE.SPICE3.CorrectionFileLib (in RAYLASE.SPICE3.CorrectionFileLib.dll) Version: 3.4.1
Syntax
C#
public OpticalParameters GetOpticalParameters(
	string path
)

Parameters

path  String
Location of the existing correction file.

Return Value

OpticalParameters
The optical parameters of the given correction file
See Also