| AsciiGlobalStructureAnalysis Constructor | 
            Constructor for the analysis. You must provide the first few lines of a ascii file (say 1000) in order to have a good analysis.
            
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic AsciiGlobalStructureAnalysis(
	List<string> firstLines
)
Parameters
- firstLines  ListString
- List of the first lines of an ascii file.
 See Also
See Also