Click or drag to resize

ConfigSetSave Method

Saves the configuration set to the specified file. If the specified file exists, this method overwrites it.

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

Parameters

filename  String
The location of the file in which to save the configuration set.
See Also