 | DumpInfoGetElementName Method |
Gets the element name of the given graph element according
to the element name getter given to the constructor of DumpInfo.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic string GetElementName(
IGraphElement elem
)
Parameters
- elem IGraphElement
- The element.
Return Value
StringThe name of the element.
See Also