Click or drag to resize

IStyleListManagerTList, TGetEntryValue Method

Gets the list (style) with the provided name together with the level.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
StyleListManagerBaseEntryValue<TList, T> GetEntryValue(
	string name
)

Parameters

name  String
The name.

Return Value

StyleListManagerBaseEntryValueTList, T
The list (style) with the provided name together with its definition level.
See Also