GetNumChildren()
Updated: 4 Dec 2023
Updated: 4 Dec 2023
Returns the number of child nodes.
int GetNumChildren();
function Update()
{
layer = Document.FindLayer("My Layer");
node = layer.FindNode("Frame Buffer");
n = node.GetNumChildren();
}