Click or drag to resize

StyleListManagerBaseTList, TItem, TListManagerEntryTryGetList Method

Tries to get the manager entry with the specified name.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

Boolean
true if a matching entry exists; otherwise, false.
See Also