IRegionWithMathGetSideElements Method

Returns the part of mathematical expression where current cursor is located against to the "equal to" operator.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
Term[] GetSideElements()

Return Value

Term
The part of mathematical expression where current cursor is located against to the "equal to" operator.

Remarks

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.

See Also