  | 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.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxObject GetAttribute(
	string attrName
)
Parameters
- attrName  String
 -  
 
Return Value
Object
See Also