Click or drag to resize

LGSPNodeGetAttribute Method

Returns the graph element attribute with the given attribute name. If the graph element type doesn't have an attribute with this name, a NullReferenceException is thrown.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public abstract Object GetAttribute(
	string attrName
)

Parameters

attrName
Type: SystemString

Return Value

Type: Object

Implements

IAttributeBearerGetAttribute(String)
See Also