Click or drag to resize

WITecImportOptionsIndicesOfImportedGraphs Property

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

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

Property Value

IReadOnlyListInt32
See Also