Graph.Save Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Save(Stream, GraphSerializationSettings) | Save the graph to the output stream with the given settings. | |
Save(String, GraphSerializationSettings) | Saves the Graph the a file. | |
Save(XmlWriter, GraphSerializationSettings) | Saves the graph to the XmlWriter with the given settings. |
Top