CorrectionFileAppendExtraInfo Method |
Appends additional information to the underlying correction file.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public void AppendExtraInfo(
string s
)
Parameters
- s String
- The additional information that should be stored inside the correction file.
Exceptions Exception | Condition |
---|
NotSupportedException | If adding additional information is not supported by this correction file. |
See Also