Group.DeleteChild

This page contains reference documentation for the DeleteChild function. This function is used to delete a child node from a group. After the function returns, any dependencies on the node will have been cleared and the node is no longer be valid.

Prototype

int DeleteChild( Node NodeToDelete )

Parameters

Function parameters are as follows:

  • NodeToDelete: The node to delete.