Click or drag to resize

PropertyHierarchyAddBag Method

Adds the bag. This bag will be added at the bottom of the hierarchy.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddBag(
	PropertyBagInformation description,
	PropertyBag bag
)

Parameters

description  PropertyBagInformation
The information about the bag.
bag  PropertyBag
The bag to add.
See Also