GraphDocumentCopyFrom Method |
Copies data from another graph document.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void CopyFrom(
GraphDocument from,
GraphCopyOptions options
)
Parameters
- from GraphDocument
- The source document.
- options GraphCopyOptions
- The copy options.
See Also