GraphExportToGraphJson Method (Stream) |
Write the data in a Graph to a GraphJson JSON OutputStream.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic void ExportToGraphJson(
Stream jsonOutputStream
)
Public Sub ExportToGraphJson (
jsonOutputStream As Stream
)
public:
void ExportToGraphJson(
Stream^ jsonOutputStream
)
member ExportToGraphJson :
jsonOutputStream : Stream -> unit
Parameters
- jsonOutputStream
- Type: System.IOStream
the OutputStream to write to
See Also