Tree::GetSubnodeCount
Defined in: C4Tree.h
Returns the number of immediate subnodes of an object.
Prototype
int32 GetSubnodeCount(void) const;
Description
The GetSubnodeCount function returns the number of the immediate subnodes of an object.
See Also
Tree::GetFirstSubnode
Tree::GetLastSubnode
|