CorrectionFileSetMetadata Method |
Write metadata to the underlying correction file.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.9.0
Syntaxpublic void SetMetadata(
Dictionary<string, string> metadata
)
Parameters
- metadata DictionaryString, String
- The metadata that should be stored inside the correction file.
ExceptionsException | Condition |
---|
NotSupportedException | If metadata is not supported by this correction file. |
Remarks
If there are already metadata stored inside the correction file this will be overwritten.
See Also