Click or drag to resize

ImporterImport Method

Imports a Origin OPJ file (tables only) into corresponding new tables in Altaxo.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string? Import(
	string filename
)

Parameters

filename  String
The file name of the origin OPJ file.

Return Value

String
Null if the import was successfull, or a error message.
See Also