Flexivert Library Documentation
Load Method (fileName)
NamespacesFlexivert.PluginsIGraphStorageManagerLoad(String)
Loads a graph from a file.
Declaration Syntax
C#Visual BasicVisual C++
Graph Load(
	string fileName
)
Function Load ( _
	fileName As String _
) As Graph
Graph^ Load(
	String^ fileName
)
Parameters
fileName (String)
The path to the file
Return Value
The loaded graph, or null if no graph is loaded

Assembly: FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)