ProjectBaseExistsItemWithSameTypeAndName Method |
Determines whether an item with the same type and name already exists in the project.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool ExistsItemWithSameTypeAndName(
IProjectItem item
)
Parameters
- item IProjectItem
- The item to test.
Return Value
Booleantrue if such an item exists; otherwise,
false.
See Also