Click or drag to resize

RenishawImportDataSource(IEnumerableString, RenishawImportOptions) Constructor

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

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

Parameters

fileNames  IEnumerableString
The file names of the Renishaw files.
options  RenishawImportOptions
The import options.
See Also