Click or drag to resize

ProjectBaseExistsItemWithSameTypeAndName Method

Determines whether an item with the same type and name already exists in the project.

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

Parameters

item  IProjectItem
The item to test.

Return Value

Boolean
true if such an item exists; otherwise, false.
See Also