MathKernelUseFrontEnd Property

Gets or sets whether the Wolfram notebook front end should be used in the background for graphics rendering services.

Definition

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

Property Value

Boolean

Remarks

This property is deprecated, as the front end is now always used for rendering.

The default value is true.

See the IKernelLink.UseFrontEnd property for more information.

See Also