Group.InsertChild

This page contains reference documentation for the InsertChild function. This function inserts a node into a group at the specified child index.

Prototype

int InsertChild( Node NodeToInsert, int ChildIndex )

Parameters

Function parameters are as follows:

  • NodeToInsert: The node to insert into the group.
  • ChildIndex: The index of the node in the group's child list.

Examples

Examples are as follows:

INCOMPLETE

Working Sample Code

For sample code: