G3DPlotStyleCollectionTemplatesGetTemplate(Int32, IReadOnlyPropertyBag) Method |
Gets a style-collection template by index.
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static G3DPlotStyleCollection? GetTemplate(
int idx,
IReadOnlyPropertyBag context
)
Parameters
- idx Int32
- The template index.
- context IReadOnlyPropertyBag
- The property context.
Return Value
G3DPlotStyleCollectionThe template collection, or
.
See Also