GmlWriterOutputGraph Method (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 void OutputGraph(
string filename
)
Public Sub OutputGraph (
filename As String
)
public:
void OutputGraph(
String^ filename
)
member OutputGraph :
filename : string -> unit
Parameters
- filename
- Type: SystemString
the GML file to write the Graph data to
See Also