GraphExportToGraphJson Method (Stream) |
Write the data in a Graph to a GraphJson JSON OutputStream.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public 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