GraphExportToGraphJson Method (String, GraphJsonSettings) |
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)
Syntaxpublic void ExportToGraphJson(
string filename,
GraphJsonSettings settings
)
Public Sub ExportToGraphJson (
filename As String,
settings As GraphJsonSettings
)
public:
void ExportToGraphJson(
String^ filename,
GraphJsonSettings^ settings
)
member ExportToGraphJson :
filename : string *
settings : GraphJsonSettings -> unit
Parameters
- filename
- Type: SystemString
the JSON file to write the Graph data to - settings
- Type: VelocityGraphGraphJsonSettings
Contains field names that the writer will use to map to BluePrints
See Also