.NET/Link API Version 1.7 USE FRAMES

MathPictureBox.Recompute Method 

If a MathCommand is being used to create the image to display, this method causes it to be recomputed to produce a new image.

[Visual Basic]
Public Sub Recompute()
[C#]
public void Recompute();

Remarks

Call Recompute if your MathCommand depends on values in Mathematica that have changed since the last time you set the MathCommand property or called Recompute.

See Also

MathPictureBox Class | Wolfram.NETLink.UI Namespace | MathCommand