Click or drag to resize

G3DPlotItemCopyFrom(G3DPlotItem, Boolean) Method

Copies values from another G3DPlotItem instance.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void CopyFrom(
	G3DPlotItem from,
	bool withBaseMembers
)

Parameters

from  G3DPlotItem
The instance to copy from.
withBaseMembers  Boolean
If set to true, base-class members are copied as well.
See Also