IMathArrayFactory
public interface IMathArrayFactory
Allows to create a math array
For COM comparibility
Methods
Method | Description |
---|---|
createMathArray(IMathElement element) | Creates a math array and places the specified element in it |
createMathArray(IMathElementCollection elements) | Creates a math array and places specified elements in it |
createMathArray(IMathElement element)
public abstract IMathArray createMathArray(IMathElement element)
Creates a math array and places the specified element in it
Parameters:
Parameter | Type | Description |
---|---|---|
element | IMathElement | math element to place in array |
Returns: IMathArray - new math array
createMathArray(IMathElementCollection elements)
public abstract IMathArray createMathArray(IMathElementCollection elements)
Creates a math array and places specified elements in it
Parameters:
Parameter | Type | Description |
---|---|---|
elements | IMathElementCollection | math elements to place in array |
Returns: IMathArray - new math array