IProjectItemCollectionTryGetValue Method |
Try to get a project item by name
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool TryGetValue(
string projectItemName,
out IProjectItem projectItem
)
Parameters
- projectItemName String
- Name of the project item.
- projectItem IProjectItem
- The project item.
Return Value
BooleanTrue if the project item was found; false otherwise.
See Also