StyleListManagerBaseTList, TItem, TListManagerEntryTryGetList Method |
Tries to get the manager entry with the specified name.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool TryGetList(
string name,
out TListManagerEntry value
)
Parameters
- name String
- The list name.
- value TListManagerEntry
- When this method returns true, contains the matching manager entry.
Return Value
Booleantrue if a matching entry exists; otherwise,
false.
See Also