Click or drag to resize

INamedGraphGetGraphElement Method (String)

Gets the graph element for the given name.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IGraphElement GetGraphElement(
	string name
)

Parameters

name
Type: SystemString
The name of a graph element.

Return Value

Type: IGraphElement
The graph element for the given name or null, if there is no graph element with this name.
See Also