ProjectBaseContainsItem Method |
Tests if the project item given in the argument is already contained in this document.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool ContainsItem(
IProjectItem item
)
Parameters
- item IProjectItem
- The item to test.
Return Value
BooleanTrue if the item is already contained in the document, otherwise false.
Exceptions See Also