Click or drag to resize

IProjectItemCollectionRemove(String) Method

Removes the project item with the specified name.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool Remove(
	string projectItemName
)

Parameters

projectItemName  String
Name of the project item.

Return Value

Boolean
True if a project item with the specified name was part of the collection and could be removed; otherwise, false.
See Also