Clear

IMathElementCollection.Clear method

Entfernt alle Elemente aus der Sammlung.

public void Clear()

Beispiele

Beispiel:

[C#]
IMathElementCollection collection = new MathBlock(new MathematicalText("x"));
collection.Clear();

Siehe auch