CorrectionFileGetMetadata Method |
Read metadata that is stored inside the underlying correction file.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.7.0
Syntaxpublic Dictionary<string, string> GetMetadata()
Return Value
DictionaryString,
StringThe metadata as dictionary.
ExceptionsException | Condition |
---|
FileNotFoundException | If no additional info is stored inside the correction file. |
NullReferenceException | If reading the additional info fails. |
See AlsoReference
SetMetadata(DictionaryString, String)