XYZPlotLayerInternalCopyGraphItems(HostLayer, GraphCopyOptions) Method |
Copies the graphic items of another host layer according to the specified copy options.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override void InternalCopyGraphItems(
HostLayer from,
GraphCopyOptions options
)
Parameters
- from HostLayer
- The host layer to copy from.
- options GraphCopyOptions
- The copy options.
See Also