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