.NET/Link API Version 1.7 USE FRAMES

MathKernel.UseFrontEnd Property

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

[Visual Basic]
Public Property UseFrontEnd As Boolean
[C#]
public bool UseFrontEnd {get; set;}

Remarks

This property is deprecated when using Mathematica 5.1 and later--the front end is always used for rendering.

The default value is true.

See the IKernelLink.UseFrontEnd property for more information.

See Also

MathKernel Class | Wolfram.NETLink Namespace