ProjectItemCollectionBaseTItemTryGetValue Method |
Tries to get the item with the specified name.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool TryGetValue(
string name,
out TItem item
)
Parameters
- name String
- The item name.
- item TItem
- The matching item, if found.
Return Value
Booleantrue if the item was found; otherwise,
false.
See Also