Click or drag to resize

OmnicSPGImportOptionsIndicesOfImportedSpectra Property

Gets the indices of imported spectra.

Namespace: Altaxo.Serialization.Omnic
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IReadOnlyList<int> IndicesOfImportedSpectra { get; init; }

Property Value

IReadOnlyListInt32
Remarks
If the collection is empty, all spectra are imported.
See Also