Adds an attribute, whose value is equal to the indexed attribute in the input attributes object, to the end of the list.
Sub addAttributeFromIndex(ByVal varAtts, ByVal nIndex As Long)
oIMXAttributes.addAttributeFromIndex(varAtts, nIndex)
HRESULT addAttributeFromIndex( [in] VARIANT varAtts, [in] int nIndex);
To view reference material for Visual Basic or C++ only, click the Language Filter button in the upper-left corner of the page.
Applies to: IMXAttributes Interface