Click or drag to resize

MotfConfigSave Method

Saves the configuration 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.
See Also