Click or drag to resize

G3DPlotStyleCollectionSetFromTemplate Method

Updates this collection from a template collection according to the specified strictness.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetFromTemplate(
	G3DPlotStyleCollection from,
	PlotGroupStrictness strictness
)

Parameters

from  G3DPlotStyleCollection
The template collection.
strictness  PlotGroupStrictness
The template application strictness.
See Also