Piccolo.NET

PNode.GetChild Method 

Return the child node at the specified index.

public virtual PNode GetChild(
   int index
);

Parameters

index
The index of the desired child.

Return Value

The child node at the specified index.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace