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