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

Parameters

attrName
Type: SystemString

Return Value

Type: Object
See Also