Click or drag to resize

ProjectItemCollectionBaseTItemTryGetValue Method

Tries to get the item with the specified name.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool TryGetValue(
	string name,
	out TItem item
)

Parameters

name  String
The item name.
item  TItem
The matching item, if found.

Return Value

Boolean
true if the item was found; otherwise, false.
See Also