Click or drag to resize

IAttributeBearerGetAttribute Method

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

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
Object GetAttribute(
	string attrName
)

Parameters

attrName  String
 

Return Value

Object
See Also