ProjectBaseRemoveItem Method |
Removes the provided project item from the Altaxo project.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool RemoveItem(
IProjectItem item
)
Parameters
- item IProjectItem
- The item to remove.
Return Value
Booleantrue if the item was removed; otherwise,
false.
Exceptions
See Also