CreateMathArray

CreateMathArray(IMathElement)

Creates a math array and places the specified element in it

public IMathArray CreateMathArray(IMathElement element)
ParameterTypeDescription
elementIMathElementmath element to place in array

Return Value

new math array

See Also


CreateMathArray(IMathElementCollection)

Creates a math array and places specified elements in it

public IMathArray CreateMathArray(IMathElementCollection elements)
ParameterTypeDescription
elementsIMathElementCollectionmath elements to place in array

Return Value

new math array

See Also