CorrectionFile.GetMetadata Method |
Read metadata that is stored inside the underlying correction file.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.7.1
Syntaxpublic Dictionary<string, string> GetMetadata()
Return Value
Dictionary<String,
String>The 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(Dictionary<String, String>)