Click or drag to resize

OmnicSPGImporterImport(IReadOnlyListString, ImportOptionsInitial) Method

Imports the provided files using the given initial options, optionally distributing the result into separate tables.

Namespace: Altaxo.Serialization.Omnic
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override string? Import(
	IReadOnlyList<string> fileNames,
	ImportOptionsInitial initialOptions
)

Parameters

fileNames  IReadOnlyListString
The file names to import.
initialOptions  ImportOptionsInitial
The initial import options.

Return Value

String
A string containing error messages, or if no errors occurred.

Implements

IDataFileImporterImport(IReadOnlyListString, ImportOptionsInitial)
See Also