Click or drag to resize

GmlReaderInputGraph Method (IGraph, String)

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,
	string filename
)

Parameters

graph
Type: Frontenac.BlueprintsIGraph
to receive the data
filename
Type: SystemString
GML file
See Also