OpenMetaverse Protocol Library Developers API Documentation
AddToOutfit Method (wearableItems, replace)
NamespacesOpenMetaverse AppearanceManagerAddToOutfit(List < (Of < <' ( InventoryItem > ) > > ) , Boolean)
Add a list of wearables to the current outfit and set appearance
Declaration Syntax
C#
public 
void 
AddToOutfit(
        
List<
InventoryItem> 
wearableItems,
        
bool 
replace
)
Parameters
wearableItems ( List < (Of < ( <' InventoryItem > ) > ) > )
List of wearable inventory items to be added to the outfit
replace ( Boolean)
Should existing item on the same point or of the same type be replaced

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