.NET/Link API Version 1.7 USE FRAMES

MathKernel.ResultFormat Property

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

[Visual Basic]
Public Property ResultFormat As ResultFormatType
[C#]
public MathKernel.ResultFormatType ResultFormat {get; set;}

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

MathKernel Class | Wolfram.NETLink Namespace | Result