IMathArrayFactory

IMathArrayFactory interface

Allows to create a math array

public interface IMathArrayFactory

Methods

NameDescription
CreateMathArray(IMathElement)Creates a math array and places the specified element in it
CreateMathArray(IMathElementCollection)Creates a math array and places specified elements in it

Remarks

For COM comparibility

See Also