MathKernelPrintOutput Property
Gets the accumulated strings from the Wolfram Language Print output during the last call to
Compute.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public string[] PrintOutput { get; }
Public ReadOnly Property PrintOutput As String()
Get
public:
property array<String^>^ PrintOutput {
array<String^>^ get ();
}
member PrintOutput : string[] with get
Property Value
String
You must set the
CapturePrint property to true to use this property.