Loads a configuration set from the specified file.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public static ConfigSet Load(
string filename
)
Parameters
- filename String
- The location of the file from which to load the configuration set.
Return Value
ConfigSetThe new configuration set instance.
See Also