EquationNode.RemoveChild

RemoveChild(EquationNode)

Removes the specified node from the current node’s children.

public void RemoveChild(EquationNode node)
ParameterTypeDescription
nodeEquationNodeNode to be deleted.

See Also


RemoveChild(int)

Removes the node at the specified index from the current node’s children.

public void RemoveChild(int index)
ParameterTypeDescription
indexInt32Index of the node

See Also