PropertyHierarchyAddBag Method |
Adds the bag. This bag will be added at the bottom of the hierarchy.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void AddBag(
PropertyBagInformation description,
PropertyBag bag
)
Parameters
- description PropertyBagInformation
- The information about the bag.
- bag PropertyBag
- The bag to add.
See Also