Delete Node / Subtree #299
Answered
by
kayjan
convolutionbbs
asked this question in
Questions
-
Hello, Thanks! Example CodeDescriptiondelete a node and all children from a tree Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Answered by
kayjan
Sep 8, 2024
Replies: 1 comment
-
Hello, you can assign the children of that Node to be |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kayjan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, you can assign the children of that Node to be
None
, that should remove all descendants of the node. Is it what you’re intending to do?