Click or drag to resize

IAsciiImportOptionsAnalysisDataProvider Interface

Supports getting a stream of analysis data. Any function using the AsciiImportOptionsController can create an object that implements this interface and provide this object as second argument to the InitializeDocument function of the controller.

Namespace: Altaxo.Gui.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IAsciiImportOptionsAnalysisDataProvider

The IAsciiImportOptionsAnalysisDataProvider type exposes the following members.

Methods
 NameDescription
Public methodGetStreamForAnalysis Gets a stream for analysis of the ASCII file. If the stream could not be opened (file unavailable), this function returns without throwing an exception.
Top
See Also