PropertyHierarchyCreateCopyWithOnlyTopmostBagCloned Method |
Creates a copy of this property hierarchy. The topmost bag is cloned, the other bags are only copyied (shallow) to the new hierarchy.
This function is intended for use with the Gui system, were all properties in the hierarchy should be displayed, but only the topmost bag should be edited.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PropertyHierarchy CreateCopyWithOnlyTopmostBagCloned()
Return Value
PropertyHierarchyCopy of this property hierarchy with the topmost bag cloned.
See Also