 | IGraphCloneAndAssignNames Method |
Duplicates a graph, assigning names. (Don't use this on a named graph.)
The new graph will use the same model and backend as the other.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxINamedGraph CloneAndAssignNames()
Return Value
INamedGraphA new named graph with the same structure as this graph.
See Also