Click or drag to resize

GmlReaderInputGraph Method (IGraph, String, Int32, String, String, String, 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 inputGraph,
	string filename,
	int bufferSize,
	string defaultEdgeLabel,
	string vertexIdKey,
	string edgeIdKey,
	string edgeLabelKey
)

Parameters

inputGraph
Type: Frontenac.BlueprintsIGraph
to receive the data
filename
Type: SystemString
GML file
bufferSize
Type: SystemInt32

[Missing <param name="bufferSize"/> documentation for "M:Frontenac.Blueprints.Util.IO.GML.GmlReader.InputGraph(Frontenac.Blueprints.IGraph,System.String,System.Int32,System.String,System.String,System.String,System.String)"]

defaultEdgeLabel
Type: SystemString
default edge label to be used if not defined in the data
vertexIdKey
Type: SystemString
if the id of a vertex is a <data/> property, fetch it from the data property.
edgeIdKey
Type: SystemString
if the id of an edge is a <data/> property, fetch it from the data property.
edgeLabelKey
Type: SystemString
if the label of an edge is a <data/> property, fetch it from the data property.
See Also