Click or drag to resize

ProjectItemCollectionBaseTItemRemove(String) Method

Removes the item, referenced by its name, 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 bool Remove(
	string itemName
)

Parameters

itemName  String
The name of the item to remove and dispose.

Return Value

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

Implements

IProjectItemCollectionRemove(String)
See Also