MathKernelCaptureGraphics Property

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

Definition

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

Property Value

Boolean

Remarks

You must set this to true to use the Graphics property.

The default value is false.

See Also