Click or drag to resize

OmnicSPGImportDataSource(String, OmnicSPGImportOptions) Constructor

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

Namespace: Altaxo.Serialization.Omnic
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public OmnicSPGImportDataSource(
	string fileName,
	OmnicSPGImportOptions options
)

Parameters

fileName  String
The file name of the SPG file.
options  OmnicSPGImportOptions
The import options.
See Also