Click or drag to resize

StyleListManagerBaseTList, TItem, TListManagerEntryGetEntryValue Method

Gets 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 TListManagerEntry GetEntryValue(
	string name
)

Parameters

name  String
The list name.

Return Value

TListManagerEntry
The corresponding manager entry.
See Also