Click or drag to resize

PropertyBagCopyFrom Method

Copies the properties from another instance.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual bool CopyFrom(
	Object obj
)

Parameters

obj  Object
The object to copy from.

Return Value

Boolean
True if anything could be copyied.

Implements

ICopyFromCopyFrom(Object)
See Also