Click or drag to resize

NexusImporterImport(IReadOnlyListString, ImportOptionsInitial) Method

Imports the specified file names according to the initial options into new tables.

Namespace: Altaxo.Serialization.HDF5.Nexus
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public override string? Import(
	IReadOnlyList<string> fileNames,
	ImportOptionsInitial initialOptions
)

Parameters

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

Return Value

String
Null if no error has occured, otherwise the error message(s).

Implements

IDataFileImporterImport(IReadOnlyListString, ImportOptionsInitial)
See Also