Click or drag to resize

PlotItemCollectionCopyFrom(Object) Method

Copies from another object when supported.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool CopyFrom(
	Object obj
)

Parameters

obj  Object
The object to copy from.

Return Value

Boolean
if the object was handled; otherwise, .

Implements

ICopyFromCopyFrom(Object)
See Also