MathKernelResultFormat Property

Gets or sets the format in which you want the result of evaluations to be returned.

Definition

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

Property Value

MathKernelResultFormatType

Remarks

The type and format of the Result will depend on the value of this property.
Value of ResultFormatType of Result
ResultFormatType.InputForm, ResultFormatType.OutputForm, ResultFormatType.MathMLstring
ResultFormatType.StandardForm, ResultFormatType.TraditionalFormImage
ResultFormatType.ExprExpr

See Also