Click or drag to resize

VectorCartesicPlotStyleCopyFrom(VectorCartesicPlotStyle, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.VectorCartesicPlotStyle.CopyFrom(Altaxo.Graph.Graph3D.Plot.Styles.VectorCartesicPlotStyle,System.Boolean)"]


Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void CopyFrom(
	VectorCartesicPlotStyle from,
	bool copyWithDataReferences
)

Parameters

from  VectorCartesicPlotStyle

[Missing <param name="from"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.VectorCartesicPlotStyle.CopyFrom(Altaxo.Graph.Graph3D.Plot.Styles.VectorCartesicPlotStyle,System.Boolean)"]

copyWithDataReferences  Boolean

[Missing <param name="copyWithDataReferences"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.VectorCartesicPlotStyle.CopyFrom(Altaxo.Graph.Graph3D.Plot.Styles.VectorCartesicPlotStyle,System.Boolean)"]

See Also