Click or drag to resize

ScannerConfigLoad Method

Loads the configuration from the specified file.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public static ScannerConfig Load(
	string filename
)

Parameters

filename  String
The location of the file from where to load the configuration.

Return Value

ScannerConfig
The configuration.
See Also