Click or drag to resize

OriginImportOptionsControllerIndicesOfGraphs Property

Gets or sets the list of graph indices / paths to import.

Namespace: Altaxo.Gui.Serialization.Origin
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ObservableCollection<OriginImportOptionsControllerIndexClass> IndicesOfGraphs { get; set; }

Property Value

ObservableCollectionOriginImportOptionsControllerIndexClass
See Also