Returns the number of children that are one level beneath a dimension member in a dimension hierarchy.
<IHsvTreeInfo>.GetNumChildren(lItemID, plNum)
Integer. Indicates the success of the function call; returns 0 for success or -1 for an error.
This example tests whether the entity specified in a combo box named comboEnts has children. If the entity has children, then any code placed within the If structure would be executed.