Click or drag to resize

CorrectionFileLibOpen Method

Note: This API is now obsolete.

Opens an existing correction file.

Namespace: RAYLASE.SPICE3.Correction
Assembly: RAYLASE.SPICE3.CorrectionFileLib (in RAYLASE.SPICE3.CorrectionFileLib.dll) Version: 3.4.1
Syntax
C#
[ObsoleteAttribute("This method is deprecated and will be removed in the future! Please use OpenWrite (current behaviour) or OpenRead instead.")]
public CorrectionFile Open(
	string path
)

Parameters

path  String
Location of the existing correction file.

Return Value

CorrectionFile
Handle to the correction file
See Also