Click or drag to resize

GraphHelperGetNode Method (IGraph, Int32, Int32)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static INode GetNode(
	IGraph graph,
	int uniqueId,
	int threadId
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrIGraph
uniqueId
Type: SystemInt32
threadId
Type: SystemInt32

Return Value

Type: INode
See Also