Description
This method allows you to create an attribute by a given type and name.
Syntax
Attribute = Create( Type, Name );
|
Input: (AttributeEnumType) Type |
Type of created attribute |
|
Input: (String) Name |
Any given name of attribute |
|
Return: (IAttribute) Attribute |
Created attribute |