 | IGraphClone(String) Method |
Duplicates a graph.
The new graph will use the same model as the other.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxIGraph Clone(
string newName
)
Parameters
- newName String
- Name of the new graph.
Return Value
IGraphA new graph with the same structure as this graph.
See Also