Click or drag to resize

IProjectItemCollectionTryGetValue Method

Tries to get a project item by name.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
bool TryGetValue(
	string projectItemName,
	out IProjectItem projectItem
)

Parameters

projectItemName  String
Name of the project item.
projectItem  IProjectItem
The project item.

Return Value

Boolean
True if the project item was found; false otherwise.
See Also