Click or drag to resize

PrincetonInstrumentsSPEImportOptionsIndicesOfImportedFrames Property

Gets the indices of imported frames. If the collection is empty, all frames are imported.

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

Property Value

IReadOnlyListInt32
See Also