Click or drag to resize

IProjectItemCollectionRemove(IProjectItem) Method

Removes the specified project item.

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

Parameters

projectItem  IProjectItem
The project item.

Return Value

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