Click or drag to resize

WITecImportDataSource(String, WITecImportOptions) Constructor

Initializes a new instance of the WITecImportDataSource class for a single file.

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

Parameters

fileName  String
The file name of the WITec file.
options  WITecImportOptions
The import options.
See Also