Click or drag to resize

G3DPlotStyleCollectionTemplatesGetName Method

Gets the template name for a given style collection.

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

Parameters

coll  G3DPlotStyleCollection
The style collection.

Return Value

String
The template name.
See Also