Click or drag to resize

GmlReaderInputGraph Method (IGraph, Stream)

Load the GML file into the Graph.

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

Parameters

graph
Type: Frontenac.BlueprintsIGraph
to receive the data
inputStream
Type: System.IOStream
GML file
See Also