HostLayerInternalCopyFrom Method |
Performs the internal copy operation while change notifications are suspended.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected virtual void InternalCopyFrom(
HostLayer from,
GraphCopyOptions options
)
Parameters
- from HostLayer
- The host layer to copy from.
- options GraphCopyOptions
- The copy options.
See Also