get_Limit()

MathLimit::get_Limit() method

Limit argument

System::SharedPtr<IMathElement> Aspose::Slides::MathText::MathLimit::get_Limit() override

Remarks

Example:

auto limitElement = System::MakeObject<MathLimit>(System::MakeObject<MathematicalText>(u"lim"), System::MakeObject<MathematicalText>(u"?\?\u001a?"));
auto limitArg = limitElement->get_Limit();

See Also