Click or drag to resize

RenishawImportDataSource(String, RenishawImportOptions) Constructor

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

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

Parameters

fileName  String
The file name of the Renishaw file.
options  RenishawImportOptions
The import options.
See Also