Item

IMathElementCollection indexer

Obtient l’élément à l’index spécifié. Lecture seuleIMathElement .

public IMathElement this[int index] { get; }
ParamètreLa description
indexIndex de base zéro de l’élément à obtenir

Exemples

Exemple :

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

Voir également