add method

add

Adds a math element to the end of the collection.

def add(self, item):
    ...
ParameterTypeDescription
itemIMathElementThe IMathElement to be added to the end of the collection.

See Also