get_Base()
IMathLimit::get_Base() method
Base argument
virtual System::SharedPtr<IMathElement> Aspose::Slides::MathText::IMathLimit::get_Base()=0
Remarks
Example:
auto limitElement = System::MakeObject<MathLimit>(System::MakeObject<MathematicalText>(u"lim"), System::MakeObject<MathematicalText>(u"?\?\u001a?"));
auto baseArg = limitElement->get_Base();
See Also
- Typedef SharedPtr
- Class IMathElement
- Class IMathLimit
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides