IKernelLinkUseFrontEnd Property

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

Definition

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

Property Value

Boolean

Remarks

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

With this property set to true, the front end will typically launch in a special "server" mode the first time a graphic is created. This server instance of the front end has no user interface. It cannot be brought to the foreground and used like a normal instance.

The default value is true.

See Also