Click or drag to resize

CorrectionFileGetExtraInfo Method

Read additional information that are stored inside the underlying correction file.

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

Return Value

String
The additional informations as string.
Exceptions
ExceptionCondition
FileNotFoundExceptionIf no additional info is stored inside the correction file.
NullReferenceExceptionIf reading the additional info fails.
See Also