GmlReaderInputGraph Method (IGraph, Stream) |
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)
Syntaxpublic static void InputGraph(
IGraph graph,
Stream inputStream
)
Public Shared Sub InputGraph (
graph As IGraph,
inputStream As Stream
)
public:
static void InputGraph(
IGraph^ graph,
Stream^ inputStream
)
static member InputGraph :
graph : IGraph *
inputStream : Stream -> unit
Parameters
- graph
- Type: Frontenac.BlueprintsIGraph
to receive the data - inputStream
- Type: System.IOStream
GML file
See Also