IRegionWithMathGetSideElements Method
Returns the part of mathematical expression where current cursor is located against to the "equal to" operator.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
Function GetSideElements As Term()
array<Term^>^ GetSideElements()
abstract GetSideElements : unit -> Term[]
Return Value
TermThe part of mathematical expression where current cursor is located against to the "equal to" operator.
Gets all the elements of expression that are on the same side of the expression (right or left)
and the currently selected element in relation to the parent element:
the assignment operator or the calculation.