G3DPlotStyleCollectionCopyFrom(G3DPlotStyleCollection) Method |
Copies the contents of another style collection.
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void CopyFrom(
G3DPlotStyleCollection from
)
Parameters
- from G3DPlotStyleCollection
- The collection to copy from.
See Also