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.3572.0 (4.8.3572.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 copied.

Implements

ICopyFromCopyFrom(Object)
See Also