Click or drag to resize

WITecImportDataSource(IEnumerableString, WITecImportOptions) Constructor

Initializes a new instance of the WITecImportDataSource class for multiple files.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public WITecImportDataSource(
	IEnumerable<string> fileNames,
	WITecImportOptions options
)

Parameters

fileNames  IEnumerableString
The file names of the WITec files.
options  WITecImportOptions
The import options.
See Also