ProjectBaseExistsItemWithSameTypeAndName Method |
Tests whether an item with the same type and name is already present in the project.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool ExistsItemWithSameTypeAndName(
IProjectItem item
)
Parameters
- item IProjectItem
- The item to test.
Return Value
BooleanTrue if an item with the same type and same name is already present in the project.
Exceptions See Also