Click or drag to resize

G3DPlotStyleCollectionCopyFrom(Object) Method

Copies the member variables from another instance.

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

Parameters

obj  Object
Another instance to copy the data from.

Return Value

Boolean
True if data was copied, otherwise false.

Implements

ICopyFromCopyFrom(Object)
See Also