Click or drag to resize

IFileImporter Interface

Defines methods for importing files and determining file format compatibility.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public interface IFileImporter

The IFileImporter type exposes the following members.

Methods
 NameDescription
Public methodCheckOrCreateImportOptions Checks the import options. If the provided object is a valid import options object, then this object is returned. Otherwise, a new import options object is created.
Public methodGetFileExtensions Gets the file extensions.
Public methodGetProbabilityForBeingThisFileFormat Gets the probability for being this file format.
Public methodImport Imports the specified file into the project.
Top
See Also