get_Arguments()
IMathArray::get_Arguments() method
The set of items of the array
virtual System::SharedPtr<IMathElementCollection> Aspose::Slides::MathText::IMathArray::get_Arguments()=0
Remarks
Example:
auto mathArray = System::MakeObject<MathArray>(System::MakeObject<MathematicalText>(u"item1"));
mathArray->get_Arguments()->Add(System::MakeObject<MathematicalText>(u"item2"));
See Also
- Typedef SharedPtr
- Class IMathElementCollection
- Class IMathArray
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides