HostLayerInternalCopyGraphItems(HostLayer, GraphCopyOptions, FuncIGraphicBase, Boolean) Method |
Copies compatible graph items from another layer into this layer.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected virtual void InternalCopyGraphItems(
HostLayer from,
GraphCopyOptions options,
Func<IGraphicBase, bool> selectionCriteria
)
Parameters
- from HostLayer
- The source layer.
- options GraphCopyOptions
- The copy options.
- selectionCriteria FuncIGraphicBase, Boolean
- The selection criteria for graph items.
See Also