Click or drag to resize

GraphExportContext Constructor

Initializes a new instance of the GraphExportContext class

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public GraphExportContext(
	MainGraphExportContext mainGraphContext,
	INamedGraph graph
)

Parameters

mainGraphContext
Type: de.unika.ipd.grGen.libGrMainGraphExportContext
graph
Type: de.unika.ipd.grGen.libGrINamedGraph
See Also