MathKernelCapturePrint Property
Get or sets whether this MathKernel object should capture Wolfram Language Print output generated during a computation.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public bool CapturePrint { get; set; }
Public Property CapturePrint As Boolean
Get
Set
public:
property bool CapturePrint {
bool get ();
void set (bool value);
}
member CapturePrint : bool with get, set
Property Value
Boolean
This value must be true to use the
PrintOutput property.
The default value is true.