Click or drag to resize

HostLayerInternalCopyGraphItems(HostLayer, GraphCopyOptions, FuncIGraphicBase, Boolean) Method

Copies compatible graph items from another layer into this layer.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected 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