InsertChild Method

InsertChild function

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


func (instance *GroupCharacterEquationNode) InsertChild(index int32, equationtype EquationNodeType)  (*EquationNode,  error) 

Remarks

See Also