Click or drag to resize

NexusImportOptionsControllerIndicesOfEntries Property

Gets or sets the indices of the entries to import.

Namespace: Altaxo.Gui.Serialization.HDF5.Nexus
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ObservableCollection<NexusImportOptionsControllerIndexClass> IndicesOfEntries { get; set; }

Property Value

ObservableCollectionNexusImportOptionsControllerIndexClass
See Also