Click or drag to resize

WITecImportOptionsIgnoreSecondaryData Property

Gets a value indicating whether to ignore secondary data, i.e. data that belong to other graph data. Example: in a spectra time series, there is separate graph data for the times of the spectra. This data is not imported if this flag is set to true, because it belongs to the spectra series.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public bool IgnoreSecondaryData { get; init; }

Property Value

Boolean
See Also