Click or drag to resize

AsciiDocumentAnalysisOptionsNumberOfLinesToAnalyze Property

Gets or sets the number of lines used to analyze the structure of an ASCII data file.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int NumberOfLinesToAnalyze { get; init; }

Property Value

Int32
The number of lines to analyze.
See Also