Copies all existing attributes of a collection to a specified object.
Sub setAttributes(varAtts)
oIMXAttributes.setAttribute(varAtts)
HRESULT setAttributes(IMXAttributes * varAtts);
It may be more efficient to reuse an existing object rather than allocating a new one.
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