Click or drag to resize

G3DPlotStyleCollectionTemplatesGetTemplate(String, IReadOnlyPropertyBag) Method

Gets a style-collection template by name.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static G3DPlotStyleCollection? GetTemplate(
	string name,
	IReadOnlyPropertyBag context
)

Parameters

name  String
The template name.
context  IReadOnlyPropertyBag
The property context.

Return Value

G3DPlotStyleCollection
The template collection, or .
See Also