IMathElementCollection class

IMathElementCollection class

Represents a collection of mathematical elements (MathElement).

The IMathElementCollection type exposes the following members:

Properties

PropertyDescription
countGets the number of elements actually contained in the collection.
Read-only int.

Gets the element at the specified index. Read-only IMathElement.

Indexer

NameDescription
[index]The zero-based index of the item to get

Methods

MethodDescription
addAdds a math element to the end of the collection.
index_ofDetermines the index of a specific math element in collection.
insertInserts a math element into the collection at the specified index.
clearRemoves all elements from the collection.
containsDetermines whether the collection contains a specific value.
removeRemoves the first occurrence of a specific object from the collection.
remove_atRemoves the element at the specified index of the collection.
copy_toCopy to specified array.

See Also