Click or drag to resize

GraphExportToGraphJson Method

Overload List
  NameDescription
Public methodExportToGraphJson(Stream)
Write the data in a Graph to a GraphJson JSON OutputStream.
Public methodExportToGraphJson(String)
Write the data in a Graph to a GraphJson JSON OutputStream.
Public methodExportToGraphJson(Stream, GraphJsonSettings)
Write the data in a Graph to a GraphJson JSON OutputStream.
Public methodExportToGraphJson(String, GraphJsonSettings)
Write the data in a Graph to a GraphJson JSON OutputStream.
Top
See Also