IMathBlockCollection class

IMathBlockCollection class

Collection of math blocks (IMathBlock)

The IMathBlockCollection type exposes the following members:

Properties

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

Gets the item at the specified index. Read-only IMathBlock.

Indexer

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

Methods

MethodDescription
addAdds IMathBlock to the end of collection.
insertInserts IMathBlock into the collection at the specified index.
removeRemoves the first occurrence of a specific object from the collection/>.
remove_atRemoves an item at the specified index of the collection.
containsDetermines whether the collection contains a specific value.
index_ofDetermines the index of a specific IMathBlock in collection.
clearRemoves all elements from the collection.

See Also