Import(string)

Imports dataset data from text a file. The import autodetects the file format from the supported options of tab delimited or LSPrePost export format for import. An InvalidOperationException is thrown if the import format in the input file is incompatible or if the data within the file is invalid.

Declaration Syntax

public static Dataset2D Import(string filename)

Parameters

filename(string)

No details are provided for this entry.