dcl_tree Get child keys of a parent node

Started by Jim Short, March 08, 2009, 02:38:21 PM

Previous topic - Next topic

Jim Short

Looking at ways of getting a list of child keys from a parent key.

Is there more than these to work with?

dcl_Tree_GetFirstChildItem
dcl_Tree_GetNextSiblingItem

I can get there by building nested list of entire tree.

Any suggestions?
Jim Short

Fred Tomke

Hello Jim, as far as I know there is still no direct method to list all the childs from a parent. But I like this idea, too, and maybe we could add this to the feature list on sourceforge. Would you do this then?

Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

Jim Short

Jim Short

Jim Short

I posted a recursive Lisp routine that handles this in the AutoLISP category.
Good for small trees.
Jim
Jim Short