Click or drag to resize

GraphSonReaderInputGraph Method (IGraph, String, Int32)

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

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public static void InputGraph(
	IGraph inputGraph,
	string filename,
	int bufferSize
)

Parameters

inputGraph
Type: VelocityGraph.Frontenac.BlueprintsIGraph

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

filename
Type: SystemString

[Missing <param name="filename"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonReader.InputGraph(VelocityGraph.Frontenac.Blueprints.IGraph,System.String,System.Int32)"]

bufferSize
Type: SystemInt32

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

See Also