GmlWriterOutputGraph Method (IGraph, String) |
Write the data in a Graph to a GML OutputStream.
Namespace:
Frontenac.Blueprints.Util.IO.GML
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic static void OutputGraph(
IGraph graph,
string filename
)
Public Shared Sub OutputGraph (
graph As IGraph,
filename As String
)
public:
static void OutputGraph(
IGraph^ graph,
String^ filename
)
static member OutputGraph :
graph : IGraph *
filename : string -> unit
Parameters
- graph
- Type: Frontenac.BlueprintsIGraph
the Graph to pull the data from - filename
- Type: SystemString
the GML file to write the Graph data to
See Also