GraphExportToGraphJson Method (String) |
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(
string filename
)
Public Sub ExportToGraphJson (
filename As String
)
public:
void ExportToGraphJson(
String^ filename
)
member ExportToGraphJson :
filename : string -> unit
Parameters
- filename
- Type: SystemString
the JSON file to write the Graph data to
See Also