AttributeSet.AddAttributes Method
Parent Object: AttributeSetDescription
Adds attributes to the AttributeSet using the arrays that specify the names, valuetypes and values of the desired attributes
Syntax
AttributeSet.AddAttributes( AttributeNames() As String, ValueTypes() As ValueTypeEnum, Values() As Variant, ReplaceExisting As Boolean ) As AttributesEnumeratorParameters
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. |