Click or drag to resize

CorrectionFileSetExtraInfo Method

Write 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 SetExtraInfo(
	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.
Remarks
If there are already additional information stored inside the correction file they will be overwritten. AppendExtraInfo(String) for appending the information.
See Also