Click or drag to resize

XYZPlotLayerInternalCopyFrom Method

Internal copy from operation. It is presumed, that the events are already suspended. Additionally, it is not neccessary to call the OnChanged event, since this is called in the calling routine.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override void InternalCopyFrom(
	HostLayer obj,
	GraphCopyOptions options
)

Parameters

obj  HostLayer
The object (layer) from which to copy.
options  GraphCopyOptions
Copy options.
See Also