Aqualogic Interaction API  
 

IPTTreeIterator.Children Method 

Returns information about the children of the current location. Return value is a 2D array. The columns are described by PT_TREE_ITERATOR_CHILD_INFO. There is one row per child item.

object[][] Children(
   int lStart,
   int lCount
);

Parameters

lStart
number of rows to skip at the beginning, or 0 for none
lCount
maximum number of rows to return, or -1 for all

Return Value

the array of child info

See Also

IPTTreeIterator Interface | com.plumtree.server.treeiterator Namespace | PT_TREE_ITERATOR_CHILD_INFO