Click or drag to resize

GraphHelpersSaveGml Method

[Missing <summary> documentation for "M:Frontenac.Blueprints.GraphHelpers.SaveGml(Frontenac.Blueprints.IGraph,System.String)"]

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public static void SaveGml(
	this IGraph graph,
	string directory
)

Parameters

graph
Type: Frontenac.BlueprintsIGraph

[Missing <param name="graph"/> documentation for "M:Frontenac.Blueprints.GraphHelpers.SaveGml(Frontenac.Blueprints.IGraph,System.String)"]

directory
Type: SystemString

[Missing <param name="directory"/> documentation for "M:Frontenac.Blueprints.GraphHelpers.SaveGml(Frontenac.Blueprints.IGraph,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IGraph. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also