Click or drag to resize

DirectedGraphLoadT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads the specified path.

Namespace:  imbSCI.Graph.DGML
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static T Load<T>(
	string path
)
where T : DirectedGraph
Request Example View Source

Parameters

path
Type: SystemString
The path.

Type Parameters

T

Return Value

Type: T
See Also