Clear

IMathElementCollection.Clear method

Elimina todos los elementos de la colección.

public void Clear()

Examples

Ejemplo:

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

See Also