Click or drag to resize

CorrectionFileOpen Method

Note: This API is now obsolete.

Opens an existing correction file in read-write mode.

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

Parameters

filename  String
Full path to the correction file

Return Value

CorrectionFile
Abstract view of the correction file
See Also