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.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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 returns without throwing an exception.
|
Top
See Also