OpenMetaverse Protocol Library Developers API Documentation
Attach Method (itemID, ownerID, name, description, perms, itemFlags, attachPoint, replace)
NamespacesOpenMetaverse AppearanceManagerAttach(UUID, UUID, String, String, Permissions, UInt32, AttachmentPoint, Boolean)
Attach an item to our agent specifying attachment details
Declaration Syntax
C#
public 
void 
Attach(
        
UUID 
itemID,
        
UUID 
ownerID,
        
string 
name,
        
string 
description,
        
Permissions 
perms,
        
uint 
itemFlags,
        
AttachmentPoint 
attachPoint,
        
bool 
replace
)
Parameters
itemID ( UUID)
The of the item to attach
ownerID ( UUID)
The attachments owner
name ( String)
The name of the attachment
description ( String)
The description of the attahment
perms ( Permissions)
The to apply when attached
itemFlags ( UInt32)
The of the attachment
attachPoint ( AttachmentPoint)
The on the agent If true replace existing attachment on this attachment point, otherwise add to it (multi-attachments) to attach the item to
replace ( Boolean)
See Also

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