OpenMetaverse Protocol Library Developers API Documentation
AddAttachments Method (attachments, removeExistingFirst)
NamespacesOpenMetaverse AppearanceManagerAddAttachments(List < (Of < <' ( InventoryItem > ) > > ) , Boolean)
Adds a list of attachments to our agent
Declaration Syntax
C#
public 
void 
AddAttachments(
        
List<
InventoryItem> 
attachments,
        
bool 
removeExistingFirst
)
Parameters
attachments ( List < (Of < ( <' InventoryItem > ) > ) > )
A List containing the attachments to add
removeExistingFirst ( Boolean)
If true, tells simulator to remove existing attachment first

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)