Click or drag to resize

LGSPPersistentNamedGraph Constructor (LGSPPersistentNamedGraph, String)

Copy constructor.

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

Parameters

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