Reads the graph from the given reader using a handler created by CreateHandler()()()()

Namespace: yWorks.yFiles.Graph.Web
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public virtual void ReadGraph(
	StringReader reader,
	IGraph graph
)
Visual Basic
Public Overridable Sub ReadGraph ( _
	reader As StringReader, _
	graph As IGraph _
)

Parameters

reader
Type: System.IO..::..StringReader
The reader to read the GraphML string from.
graph
Type: IGraph
The graph to read the result in.

See Also