Click or drag to resize

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
)

Parameters

jsonOutputStream
Type: System.IOStream
the OutputStream to write to
See Also