Loads the graph from the specified path.

Declaration Syntax
public static TGraph LoadFrom<TGraph>(
string path
)
Public Shared Function LoadFrom(Of TGraph) ( _
path As String _
) As TGraph
public:
generic<typename TGraph>
static TGraph LoadFrom(
String^ path
)

Generic Template Parameters
- TGraph
- The type of the item.

Parameters
- path (String)
- The path to load from.

Return Value
graph loaded from the specified path
Assembly:
Lokad.Sdk (Module: Lokad.Sdk) Version: 2.4.669.0 (2.4.669.0)