EquationNode.InsertBefore

EquationNode.InsertBefore method

Inserts the specified node before the current node.

public EquationNode InsertBefore(EquationNodeType equationType)
ParameterTypeDescription
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