 | IGraphCreateEmptyEquivalent Method |
Creates an empty graph using the same model as the other.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxIGraph CreateEmptyEquivalent(
string newName
)
Parameters
- newName String
- Name of the new graph.
Return Value
IGraphA new empty graph of the same model.
See Also