Click or drag to resize

G3DPlotStyleCollectionTemplatesGetIndexOfAvailableNamesPlusCustom(G3DPlotStyleCollection) Method

Gets the index of a style collection in the list returned by GetAvailableNamesPlusCustom.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int GetIndexOfAvailableNamesPlusCustom(
	G3DPlotStyleCollection coll
)

Parameters

coll  G3DPlotStyleCollection
The style collection.

Return Value

Int32
The template index.
See Also