Click or drag to resize

OriginImporterImport(Origin2AltaxoWrapper, OriginImportOptions, DataTable, OriginImporterImportOperationalDataForTable) Method

Imports the specified reader.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public static void Import(
	Origin2AltaxoWrapper reader,
	OriginImportOptions importOptions,
	DataTable dataTable,
	OriginImporterImportOperationalDataForTable opData
)

Parameters

reader  Origin2AltaxoWrapper
The reader.
importOptions  OriginImportOptions
The import options.
dataTable  DataTable
The data table.
opData  OriginImporterImportOperationalDataForTable
The op data.
See Also