OpenMetaverse Protocol Library Developers API Documentation
DeedObject Method (simulator, localID, groupOwner)
NamespacesOpenMetaverseObjectManagerDeedObject(Simulator, UInt32, UUID)
Deed an object (prim) to a group, Object must be shared with group which can be accomplished with SetPermissions()
Declaration Syntax
C#
public 
void 
DeedObject(
        
Simulator 
simulator,
        
uint 
localID,
        
UUID 
groupOwner
)
Parameters
simulator ( Simulator)
A reference to the object where the object resides
localID ( UInt32)
The objects ID which is local to the simulator the object is in
groupOwner ( UUID)
The of the group to deed the object to
See Also

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