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