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.1
Syntax
C#
public abstract Object GetAttribute(
	string attrName
)

Parameters

attrName  String
 

Return Value

Object

Implements

IAttributeBearerGetAttribute(String)
See Also