Click or drag to resize

IStyleListManagerTList, TGetList Method

Gets the list (style) with the provided name.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
TList GetList(
	string name
)

Parameters

name  String
The name.

Return Value

TList
The list (style) with the provided name.
See Also