Click or drag to resize

G3DPlotStyleCollectionCopyFrom(G3DPlotStyleCollection) Method

Copies the contents of another style collection.

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

Parameters

from  G3DPlotStyleCollection
The collection to copy from.
See Also