Click or drag to resize

GrShellImplNewGraph Method

Namespace:  de.unika.ipd.grGen.grShell
Assembly:  libGrShell (in libGrShell.dll) Version: GrGen.NET 8.0
Syntax
C#
public bool NewGraph(
	string specFilename,
	string graphName,
	bool forceRebuild,
	string persistenceProvider,
	string connectionParameters,
	string persistentGraphParameters
)

Parameters

specFilename
Type: SystemString
graphName
Type: SystemString
forceRebuild
Type: SystemBoolean
persistenceProvider
Type: SystemString
connectionParameters
Type: SystemString
persistentGraphParameters
Type: SystemString

Return Value

Type: Boolean
See Also