Click or drag to resize

GraphExportToGraphJson Method (Stream, GraphJsonSettings)

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,
	GraphJsonSettings settings
)

Parameters

jsonOutputStream
Type: System.IOStream
the OutputStream to write to
settings
Type: VelocityGraphGraphJsonSettings
Contains field names that the writer will use to map to BluePrints
See Also