Click or drag to resize

CorrectionFileGetMetadata Method

Read metadata that is stored inside the underlying correction file.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public Dictionary<string, string> GetMetadata()

Return Value

DictionaryString, String
The metadata as dictionary.
Exceptions
ExceptionCondition
FileNotFoundExceptionIf no additional info is stored inside the correction file.
NullReferenceExceptionIf reading the additional info fails.
See Also

Reference

CorrectionFile Class
RAYLASE.SPICE3 Namespace
SetMetadata(DictionaryString, String)
HasMetadata