create_math_array method

create_math_array

Creates a math array and places the specified element in it

Returns

new math array

def create_math_array(self, element):
    ...
ParameterTypeDescription
elementIMathElementmath element to place in array

create_math_array

Creates a math array and places specified elements in it

Returns

new math array

def create_math_array(self, elements):
    ...
ParameterTypeDescription
elementsIMathElementCollectionmath elements to place in array

See Also