EquationNode.InsertChild

EquationNode.InsertChild method

Inserts a node of the specified type at the specified index position in the current node’s child node list.

public EquationNode InsertChild(int index, EquationNodeType equationType)
ParameterTypeDescription
indexInt32index value
equationTypeEquationNodeTypeTypes of Equation Nodes

Return Value

If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.

See Also