Click or drag to resize

PlotItemClone Method

Creates a cloned copy of this object.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract Object Clone()

Return Value

Object
The cloned copy of this object.

Implements

ICloneableClone
Remarks
The data (DataColumns which belongs to a table in the document's DataTableCollection) are not cloned, only the reference to this columns is cloned.
See Also