Click or drag to resize

JcampImporterCreateTableDataSource Method

Creates the table data source.

Namespace: Altaxo.Serialization.Jcamp
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public override IAltaxoTableDataSource? CreateTableDataSource(
	IReadOnlyList<string> fileNames,
	Object importOptions
)

Parameters

fileNames  IReadOnlyListString
The file names.
importOptions  Object
The import options.

Return Value

IAltaxoTableDataSource
The table data source, or null if such a source is not implemented.

Implements

IDataFileImporterCreateTableDataSource(IReadOnlyListString, Object)
See Also