OpenMetaverse Protocol Library Developers API Documentation
Item Property (uuid)
NamespacesOpenMetaverseInventoryItem [ ( [ ( UUID ] ) ] )
By using the bracket operator on this class, the program can get the InventoryObject designated by the specified uuid. If the value for the corresponding UUID is null, the call is equivelant to a call to
  Copy imageCopy
RemoveNodeFor(
this[uuid])
. If the value is non-null, it is equivelant to a call to
  Copy imageCopy
UpdateNodeFor(
value)
, the uuid parameter is ignored.
Declaration Syntax
C#
public 
InventoryBase 
this[
        
UUID 
uuid
] { 
get; 
set; }
Parameters
uuid ( UUID)
The UUID of the InventoryObject to get or set, ignored if set to non-null value.
Return Value
The InventoryObject corresponding to
  Copy imageCopy
uuid
.

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