ProjectFoldersGetProjectItemsByName Method |
Get all project items with the specified name.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic List<IProjectItem> GetProjectItemsByName(
string itemName
)
Parameters
- itemName String
- The name of the project items to retrieve.
Return Value
ListIProjectItemA list of project items with the specified name.
See Also