Click or drag to resize

StyleListManagerBaseTList, TItem, TListManagerEntryTryGetList Method

[Missing <summary> documentation for "M:Altaxo.Drawing.StyleListManagerBase`3.TryGetList(System.String,`2@)"]


Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool TryGetList(
	string name,
	out TListManagerEntry value
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:Altaxo.Drawing.StyleListManagerBase`3.TryGetList(System.String,`2@)"]

value  TListManagerEntry

[Missing <param name="value"/> documentation for "M:Altaxo.Drawing.StyleListManagerBase`3.TryGetList(System.String,`2@)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Drawing.StyleListManagerBase`3.TryGetList(System.String,`2@)"]

See Also