NexusImporterImport(IReadOnlyListString, DataTable, Object, Boolean) Method |
Imports the specified file name into a table.
Namespace: Altaxo.Serialization.HDF5.NexusAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public override string? Import(
IReadOnlyList<string> fileNames,
DataTable table,
Object importOptionsObj,
bool attachDataSource = true
)
Parameters
- fileNames IReadOnlyListString
- Name of the files.
- table DataTable
- The table.
- importOptionsObj Object
[Missing <param name="importOptionsObj"/> documentation for "M:Altaxo.Serialization.HDF5.Nexus.NexusImporter.Import(System.Collections.Generic.IReadOnlyList{System.String},Altaxo.Data.DataTable,System.Object,System.Boolean)"]
- attachDataSource Boolean (Optional)
- If the value is true, the corresponding data source is attached to the table.
Return Value
StringAn error message, or null if successful.
Implements
IDataFileImporterImport(IReadOnlyListString, DataTable, Object, Boolean)See Also