Click or drag to resize

GraphDocumentClipboardActionsPasteFromClipboardAsTemplateForLayer(GraphDocument, IEnumerableInt32, GraphCopyOptions) Method

Pastes a layer from the clipboard as a template into the specified layer.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void PasteFromClipboardAsTemplateForLayer(
	GraphDocument doc,
	IEnumerable<int> layerNumber,
	GraphCopyOptions options
)

Parameters

doc  GraphDocument
The graph document.
layerNumber  IEnumerableInt32
The index path of the target layer.
options  GraphCopyOptions
The paste options.
See Also