Writes the given graph to the stream in GraphML format. This method will not close the stream.

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

Syntax

C#
public virtual void SendGraph(
	IGraph graph,
	Stream stream
)
Visual Basic
Public Overridable Sub SendGraph ( _
	graph As IGraph, _
	stream As Stream _
)

Parameters

graph
Type: IGraph
The graph to send.
stream
Type: System.IO..::..Stream
The stream to write the graph to.

See Also