Click or drag to resize

LGSPGraphCreateEmptyEquivalent Method

Creates an empty graph using the same model as the other.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public override IGraph CreateEmptyEquivalent(
	string newName
)

Parameters

newName
Type: SystemString
Name of the new graph.

Return Value

Type: IGraph
A new empty graph of the same model.

Implements

IGraphCreateEmptyEquivalent(String)
See Also