MathKernelUseFrontEnd Property
Gets or sets whether the Wolfram notebook front end should be used in the background
for graphics rendering services.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public bool UseFrontEnd { get; set; }
Public Property UseFrontEnd As Boolean
Get
Set
public:
property bool UseFrontEnd {
bool get ();
void set (bool value);
}
member UseFrontEnd : bool with get, set
Property Value
Boolean
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.