Click or drag to resize

ProjectItemCollectionBaseTItemRemove(TItem) Method

Removes the item from the collection and disposes it. Only items that belong to this collection will be removed and disposed.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual bool Remove(
	TItem item
)

Parameters

item  TItem
The item to remove and dispose.

Return Value

Boolean
True if the item was found in the collection and thus removed successfully.
See Also