CorrectionFileOpen Method |
Note: This API is now obsolete.
Opens an existing correction file in read-write mode.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 2.3.5
Syntax[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
CorrectionFileAbstract view of the correction file
See Also