GraphHelpersSaveGraphml Method |
[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.GraphHelpers.SaveGraphml(VelocityGraph.Frontenac.Blueprints.IGraph,System.String)"]
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public static void SaveGraphml(
this IGraph graph,
string directory
)
<ExtensionAttribute>
Public Shared Sub SaveGraphml (
graph As IGraph,
directory As String
)
public:
[ExtensionAttribute]
static void SaveGraphml(
IGraph^ graph,
String^ directory
)
[<ExtensionAttribute>]
static member SaveGraphml :
graph : IGraph *
directory : string -> unit
Parameters
- graph
- Type: VelocityGraph.Frontenac.BlueprintsIGraph
[Missing <param name="graph"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.GraphHelpers.SaveGraphml(VelocityGraph.Frontenac.Blueprints.IGraph,System.String)"]
- directory
- Type: SystemString
[Missing <param name="directory"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.GraphHelpers.SaveGraphml(VelocityGraph.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