Clears all the "output" values from the previous computation.
Definition
Namespace:Wolfram.NETLink Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
publicvoidClear()
VB
PublicSubClear
C++
public:
voidClear()
F#
memberClear : unit->unit
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.