Click or drag to resize

IProjectRemoveItem Method

Removes the provided project item to the Altaxo project, for instance a table or a graph, to the project.

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

Parameters

item  IProjectItem
The item to remove.

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.IProject.RemoveItem(Altaxo.Main.IProjectItem)"]

Exceptions
ExceptionCondition
ArgumentNullExceptionitem
ArgumentOutOfRangeExceptionThe type of item is not yet considered here.
See Also