KDCalc Class Library

IComInterop.ProcessXmlState Method (Stream)

Processes inputs and then returns specified outputs as specified in an XML document. Returns outputs in as an XML string, which is compatible with save and loading of the engine's state.

string ProcessXmlState(
   Stream inStream
);

Parameters

inStream
A Stream pointing to an XML document which containing the <input> and <outputSpec>.

Return Value

An XML string containing the specified output state.

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace | IComInterop.ProcessXmlState Overload List | LoadState | GetState | SaveState