MiniProjectBuilderCopyGraphToNewDocument Method |
Copies the graph document into the mini project.
Namespace: Altaxo.Graph.ProceduresAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void CopyGraphToNewDocument(
GraphDocumentBase oldGraph,
bool ensureEmbeddedObjectRenderingOptionsStoredInGraph
)
Parameters
- oldGraph GraphDocumentBase
- The graph document to copy.
- ensureEmbeddedObjectRenderingOptionsStoredInGraph Boolean
- If set to true, embedded-object rendering options are stored explicitly in the copied graph.
See Also