HostLayerInternalCopyFrom 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.3179.0 (4.8.3179.0)
Syntax protected virtual void InternalCopyFrom(
HostLayer from,
GraphCopyOptions options
)
Parameters
- from HostLayer
- The layer from which to copy.
- options GraphCopyOptions
- Copy options.
See Also