Click or drag to resize

GmlReader Constructor (IGraph, String)

Create a new GML reader

Namespace:  Frontenac.Blueprints.Util.IO.GML
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public GmlReader(
	IGraph graph,
	string defaultEdgeLabel
)

Parameters

graph
Type: Frontenac.BlueprintsIGraph
the graph to load data into
defaultEdgeLabel
Type: SystemString
the default edge label to be used if the GML edge does not define a label
See Also