Click or drag to resize

ProjectBaseRemoveItem Method

Removes the provided project item from the Altaxo project.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool RemoveItem(
	IProjectItem item
)

Parameters

item  IProjectItem
The item to remove.

Return Value

Boolean
true if the item was removed; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionitem
ArgumentOutOfRangeExceptionThe type of item is not yet considered here.
See Also