rushikesh
9 years agoContributor
Problem in expanding Tree items.
 Refer the attached snap shot.  I am using below code     function SelectSWFeature(itemTypeNo)  {  SelectSWFeatureTree()  FeatureManagerTree.ExpandItem("|[0]|[1]|[itemTypeNo]|");  }        When itemTy...
- 9 years ago
I think that after you have expanded the item with index 0, all other items were re-indexed.
Try to run itemTypeNo = 3 after expanding the "Faces"
If it will expand the "Edges", you need to find another way of addressing to the tree items, e.g. by name.