Click or drag to resize

ProjectBaseExistsItemWithSameTypeAndName Method

Tests whether an item with the same type and name is already present in the project.

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

Parameters

item  IProjectItem
The item to test.

Return Value

Boolean
True if an item with the same type and same name is already present in the project.
Exceptions
See Also