ProjectItemCollectionBaseTItemItem Property |
Gets the item with the specified name.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic TItem this[
string name
] { get; }Parameters
- name String
- The item name.
Property Value
TItem
See Also