Click or drag to resize

GraphExportToGraphJson Method (String)

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)
Syntax
public void ExportToGraphJson(
	string filename
)

Parameters

filename
Type: SystemString
the JSON file to write the Graph data to
See Also