Import(Stream, DataTable) Constructor |
Imports a Jcamp file. The file must not be a multi spectrum file (an exception is thrown in this case).
Namespace: Altaxo.Serialization.JcampAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Import(
Stream stream,
DataTable? table
)
Parameters
- stream Stream
- The stream where to import from.
- table DataTable
[Missing <param name="table"/> documentation for "M:Altaxo.Serialization.Jcamp.Import.#ctor(System.IO.Stream,Altaxo.Data.DataTable)"]
Return Value
Null if successful, otherwise an error description.
See Also