IProjectItemCollectionItem Property |
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IProjectItem this[
string projectItemName
] { get; }
Parameters
- projectItemName String
- Name of the project item.
Property Value
IProjectItem
The
IProjectItem.
Return Value
IProjectItemThe project item with the specified name. If such an item does not exist, an exception is thrown.
See Also