Click or drag to resize

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.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PropertyHierarchy CreateCopyWithOnlyTopmostBagCloned()

Return Value

PropertyHierarchy
Copy of this property hierarchy with the topmost bag cloned.
See Also