GraphDocumentClipboardActionsPasteFromClipboardAsTemplateForLayer(GraphDocument, IEnumerableInt32, GraphCopyOptions) Method |
Pastes a layer from the clipboard as a template into the specified layer.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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