CorrectionFileGetExtraInfo Method |
Read additional information that are stored inside the underlying correction file.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public string GetExtraInfo()
Return Value
StringThe additional informations as string.
Exceptions Exception | Condition |
---|
FileNotFoundException | If no additional info is stored inside the correction file. |
NullReferenceException | If reading the additional info fails. |
See Also