G3DPlotStyleCollectionSetFromTemplate Method |
Updates this collection from a template collection according to the specified strictness.
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void SetFromTemplate(
G3DPlotStyleCollection from,
PlotGroupStrictness strictness
)
Parameters
- from G3DPlotStyleCollection
- The template collection.
- strictness PlotGroupStrictness
- The template application strictness.
See Also