Click or drag to resize

LGSPNamedGraph Constructor (LGSPNamedGraph, String)

Copy constructor.

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

Parameters

dataSource
Type: de.unika.ipd.grGen.lgspLGSPNamedGraph
The LGSPNamedGraph object to get the data from
newName
Type: SystemString
Name of the copied graph.
See Also