ProjectItemCollectionBaseTItem, TDictionaryItemRemove(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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic bool Remove(
	string itemName
)
Parameters
- itemName  String
 - The name of the item to remove and dispose.
 
Return Value
BooleanTrue if the item was found in the collection and thus removed successfully.
Implements
IProjectItemCollectionRemove(String)
See Also