Click or drag to resize

GraphHelperGetGraphElement(INamedGraph, String, Int32) Method


Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static IGraphElement GetGraphElement(
	INamedGraph graph,
	string name,
	int threadId
)

Parameters

graph  INamedGraph
 
name  String
 
threadId  Int32
 

Return Value

IGraphElement
See Also