Click or drag to resize

INamedGraphCloneNamed Method

Duplicates a named graph. The new graph will use the same model as the other.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
INamedGraph CloneNamed(
	string newName
)

Parameters

newName  String
Name of the new graph.

Return Value

INamedGraph
A new graph with the same structure and names as this graph.
See Also