GraphDocumentBaseClone Method |
Creates a new object that is a copy of the current instance.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic abstract Object Clone()
Return Value
Object
A new object that is a copy of this instance.
Implements
ICloneableClone
See Also