Click or drag to resize

ProjectBaseGetCollectionForProjectItemType Method

Gets the collection for a certain project item type.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract IProjectItemCollection GetCollectionForProjectItemType(
	Type type
)

Parameters

type  Type
The type (must be a type that implements IProjectItem).

Return Value

IProjectItemCollection
The collection in which items of this type are stored.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
See Also