Click or drag to resize

GmlWriterOutputGraph Method (IGraph, Stream)

Write the data in a Graph to a GML OutputStream.

Namespace:  Frontenac.Blueprints.Util.IO.GML
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public static void OutputGraph(
	IGraph graph,
	Stream graphMlOutputStream
)

Parameters

graph
Type: Frontenac.BlueprintsIGraph
the Graph to pull the data from
graphMlOutputStream
Type: System.IOStream
the GML OutputStream to write the Graph data to
See Also