CorrectionFileLibOpen Method |
Note: This API is now obsolete.
Opens an existing correction file.
Namespace: RAYLASE.SPICE3.CorrectionAssembly: RAYLASE.SPICE3.CorrectionFileLib (in RAYLASE.SPICE3.CorrectionFileLib.dll) Version: 3.6.0
Syntax [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
CorrectionFileHandle to the correction file
See Also