KDCalc Class Library

IComInterop.ProcessXmlState Method (FileInfo)

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(
   FileInfo file
);

Parameters

file
A XML file 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