IAsciiImportOptionsAnalysisDataProvider Interface |
Supports getting a stream of analysis data. Any function using the
AsciiImportOptionsController can create an object which implemnts
this interface, and providing this object as second argument to the InitializeDocument function of the controller.
Namespace: Altaxo.Gui.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public interface IAsciiImportOptionsAnalysisDataProvider
The IAsciiImportOptionsAnalysisDataProvider type exposes the following members.
Methods | Name | Description |
---|
| GetStreamForAnalysis |
Gets a stream for analysis of the ASCII file. If the stream could not be opened (file unavailable), this function will return null without throwinga an exception.
|
TopSee Also