NGTreeNodeReplaceBy Method |
Replaces this node in the tree by the new node newNode, setting this node free (i.e. afterwards it has no parent anymore).
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void ReplaceBy(
NGTreeNode newNode
)
Parameters
- newNode NGTreeNode
- The new node to replace this node.
See Also