Click or drag to resize

G2DPlotStyleCollectionTemplatesGetIndexOfAvailableNamesPlusCustom(String) Method

Gets the index of the specified template name in the list returned by GetAvailableNamesPlusCustom.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int GetIndexOfAvailableNamesPlusCustom(
	string name
)

Parameters

name  String
The template name.

Return Value

Int32
The corresponding index.
See Also