ProjectBaseGetCollectionForProjectItemType Method |
Gets the collection for a certain project item type.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract IProjectItemCollection GetCollectionForProjectItemType(
Type type
)
Parameters
- type Type
- The type (must be a type that implements IProjectItem).
Return Value
IProjectItemCollectionThe collection in which items of this type are stored.
Exceptions See Also