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