MathKernelCapturePrint Property

Get or sets whether this MathKernel object should capture Wolfram Language Print output generated during a computation.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public bool CapturePrint { get; set; }

Property Value

Boolean

Remarks

This value must be true to use the PrintOutput property.

The default value is true.

See Also