Item

IMathElementCollection indexer

Получает элемент по указанному индексу. Только для чтенияIMathElement.

public IMathElement this[int index] { get; }
ПараметрОписание
indexОтсчитываемый от нуля индекс элемента для получения

Примеры

Пример:

[C#]
IMathElementCollection collection = new MathBlock(new MathematicalText("x"));
IMathElement firstElem = collection[0];

Смотрите также