Click or drag to resize

CorrectionFile.GetMetadata Method

Read metadata that is stored inside the underlying correction file.

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

Return Value

Dictionary<String, 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(Dictionary<String, String>)
HasMetadata