Click or drag to resize

IProjectProjectItemCollections Property

Enumerates the collections of all project items.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IEnumerable<IProjectItemCollection> ProjectItemCollections { get; }

Property Value

IEnumerableIProjectItemCollection
The collections of all project items.
See Also