Reads the graph from the given stream 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(
	Stream stream,
	IGraph graph
)
Visual Basic
Public Overridable Sub ReadGraph ( _
	stream As Stream, _
	graph As IGraph _
)

Parameters

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

See Also