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