Click or drag to resize

CorrectionFileAppendExtraInfo Method

Appends additional information to the underlying correction file.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public void AppendExtraInfo(
	string s
)

Parameters

s  String
The additional information that should be stored inside the correction file.
Exceptions
ExceptionCondition
NotSupportedExceptionIf adding additional information is not supported by this correction file.
See Also