Home -> IProgramNode -> RemoveChildNode

Description

The RemoveChildNode method removes the specified IStateGroupNode from the list of child nodes if it is present.

Usage

void RemoveChildNode(IStateGroupNode* childNode);

Argument list

childNode [IStateGroupNode*]
The IStateGroupNode node to remove from the list of child nodes

See also