G3DPlotStyleCollectionTemplatesCreateCollectionProcedure Delegate |
Represents a factory method that creates a plot-style collection.
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic delegate G3DPlotStyleCollection CreateCollectionProcedure(
IReadOnlyPropertyBag context
)
Parameters
- context IReadOnlyPropertyBag
- The property context used for initialization.
Return Value
G3DPlotStyleCollectionA plot-style collection.
See Also