Click or drag to resize

GmlReaderInputGraph Method (IGraph, Stream, Int32, String, String, String, String)

[Missing <summary> documentation for "M:Frontenac.Blueprints.Util.IO.GML.GmlReader.InputGraph(Frontenac.Blueprints.IGraph,System.IO.Stream,System.Int32,System.String,System.String,System.String,System.String)"]

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,
	Stream inputStream,
	int bufferSize,
	string defaultEdgeLabel,
	string vertexIdKey,
	string edgeIdKey,
	string edgeLabelKey
)

Parameters

inputGraph
Type: Frontenac.BlueprintsIGraph

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

inputStream
Type: System.IOStream

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

bufferSize
Type: SystemInt32

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

defaultEdgeLabel
Type: SystemString

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

vertexIdKey
Type: SystemString

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

edgeIdKey
Type: SystemString

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

edgeLabelKey
Type: SystemString

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

See Also