Click or drag to resize

CorrectionFileSetMetadata Method

Write metadata to the underlying correction file.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.9.0
Syntax
C#
public void SetMetadata(
	Dictionary<string, string> metadata
)

Parameters

metadata  DictionaryString, String
The metadata that should be stored inside the correction file.
Exceptions
ExceptionCondition
NotSupportedExceptionIf 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