Click or drag to resize

GraphHelperImport Method

Imports and returns the graph within the file specified by its path (model as specified).

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static IGraph Import(
	Object path,
	IBackend backend,
	IGraphModel model
)

Parameters

path
Type: SystemObject
backend
Type: de.unika.ipd.grGen.libGrIBackend
model
Type: de.unika.ipd.grGen.libGrIGraphModel

Return Value

Type: IGraph
See Also