 | INamedGraphGetGraphElement(String) Method |
Gets the graph element for the given name.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxIGraphElement GetGraphElement(
string name
)
Parameters
- name String
- The name of a graph element.
Return Value
IGraphElementThe graph element for the given name or null, if there is no graph element with this name.
See Also