Click or drag to resize

NexusImportDataSourceImportFromFiles Method

Performs the actual import from the provided list of valid (resolved) file names.

Namespace: Altaxo.Serialization.HDF5.Nexus
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void ImportFromFiles(
	string[] validFileNames,
	DataTable destinationTable,
	IProgressReporter reporter
)

Parameters

validFileNames  String
The resolved file names to import from.
destinationTable  DataTable
The destination table that receives the imported data.
reporter  IProgressReporter
A progress reporter.
See Also