MathArrayFactory class

MathArrayFactory class

Allows to create a math array

The MathArrayFactory type exposes the following members:

Constructors

ConstructorDescription
__init__(self)

Methods

MethodDescription
create_math_array(self, element)Creates a math array and places the specified element in it
create_math_array(self, elements)Creates a math array and places specified elements in it

Remarks

For COM comparibility

See Also