The SVG_SET_ATTRIBUTES_BY_ARRAYS command can be used to assign one or more custom attributes to an SVG object having the svgObject reference. If one or more of these attributes already exist, their values will be replaced by those passed as parameters.
The attributes and their values are passed using two arrays, to which namesArrayPointer and valuesArrayPointer point.