OpenMetaverse Protocol Library Developers API Documentation
CreateInventoryItem Method (type, id)
NamespacesOpenMetaverse InventoryManagerCreateInventoryItem(InventoryType, UUID)
Wrapper for creating a new object
Declaration Syntax
C#
public 
static 
InventoryItem 
CreateInventoryItem(
        
InventoryType 
type,
        
UUID 
id
)
Parameters
type ( InventoryType)
The type of item from the enum
id ( UUID)
The of the newly created object
Return Value
An object with the type and id passed
See Also

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