Click or drag to resize

freeGraphLoadT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static T Load<T>(
	string filepath,
	bool createNewIfNotFound = true
)
where T : new(), freeGraph
Request Example View Source

Parameters

filepath
Type: SystemString
createNewIfNotFound (Optional)
Type: SystemBoolean

Type Parameters

T

Return Value

Type: T
See Also