Adds attributes to the AttributeSet using the arrays that specify the names, valuetypes and values of the desired attributes
| Name | Type | Description |
| AttributeNames | String | String array that specifies the names of the attributes. |
| ValueTypes | ValueTypeEnum | Array of ValueTypeEnums that specify the types of the attributes. |
| Values | Variant | Array of Variant values that specify the values of the attributes. |
| ReplaceExisting | Boolean | Indicates whether to replace any attributes that already exist. |