Back Help
This method looks up a child node through multiple levels of a hierarchy. Each element in the specified index array indicates the child list index of successive depths in the hierarchy.
Node * GetChild( int * pIndices, int nLevels )
The return value is a pointer to the node, or NULL if the method fails because it cannot find the specified child node.