StyleListManagerBaseTList, TItem, TListManagerEntryGetEntryValue Method |
Gets the manager entry with the specified name.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic TListManagerEntry GetEntryValue(
string name
)
Parameters
- name String
- The list name.
Return Value
TListManagerEntryThe corresponding manager entry.
See Also