Click or drag to resize

IAsciiImportOptionsAnalysisDataProviderGetStreamForAnalysis Method

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.

Namespace: Altaxo.Gui.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Stream GetStreamForAnalysis()

Return Value

Stream
The stream for analysis, or .
See Also