.NET/Link API Version 1.7 USE FRAMES

MathKernel.Clear Method 

Clears all the "output" values from the previous computation.

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

Remarks

Clear out the values stored in the Result, Messages, PrintOutput, and Graphics properties. You can call this method to free memory if you no longer need the values.

See Also

MathKernel Class | Wolfram.NETLink Namespace