get_Arguments()

MathArray::get_Arguments() method

The set of items of the array

System::SharedPtr<IMathElementCollection> Aspose::Slides::MathText::MathArray::get_Arguments() override

Remarks

Example:

auto mathArray = System::MakeObject<MathArray>(System::MakeObject<MathematicalText>(u"item1"));
mathArray->get_Arguments()->Add(System::MakeObject<MathematicalText>(u"item2"));

See Also