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.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override void InternalCopyFrom(
HostLayer from,
GraphCopyOptions options
)
Parameters
- from HostLayer
- The object (layer) from which to copy.
- options GraphCopyOptions
- Copy options.
See Also