|
This method allows you to get the attribute attached to an instance.
Attribute = GetAttribute( Type, Name );
Input: (AttributeEnumType) Type |
Type of required attribute. |
Input: (String) Name |
Name of required attribute. |
Return: (IAttribute) Attribute |
Required attribute. |
|