| GraphImportGraphSon Method (String) | 
 
            Input the GraphSon JSON stream data into the graph.
            In practice, usually the provided graph is empty.
            
 
    Namespace: 
   VelocityGraph
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
 Syntax
Syntaxpublic void ImportGraphSon(
	string filename
)
Public Sub ImportGraphSon ( 
	filename As String
)
public:
void ImportGraphSon(
	String^ filename
)
member ImportGraphSon : 
        filename : string -> unit 
Parameters
- filename
- Type: SystemString
 name of a file of JSON data
 See Also
See Also