Click or drag to resize

AsciiImportOptionsIsFullySpecified Property

Gets a value indicating whether everything is fully specified now, so that the instance can be used to import Ascii data. If this value is false, the Ascii data have to be analyzed in order to find the missing values.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsFullySpecified { get; }

Property Value

Boolean
See Also