cancel
Showing results for 
Search instead for 
Did you mean: 

Get the Childnodes of a treenode

Former Member
0 Kudos

Hello,

I have a problem to remove the childnodes of a node in a tree. Therfore I try the remove

rootElement.node().removeElement(rootelement.getPrognoseExplorerChildElementAt(1)) But it dosn't work

Any Ideas - thanks for help

Gregor

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Gregor,

rootElement.node<b>PrognoseExplorerChild</b>().removeElement(rootelement.getPrognoseExplorerChildElementAt(index));

should work for you.

Hope this helps,

Best Regards,

Nibu.

Answers (0)