Click or drag to resize

INamedGraphGetElementName Method

Returns the name for the given element.

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

Parameters

elem
Type: de.unika.ipd.grGen.libGrIGraphElement
Element of which the name is to be found

Return Value

Type: String
The name of the given element
See Also