OpenMetaverse Protocol Library Developers API Documentation
DeedObjects Method (simulator, localIDs, groupOwner)
NamespacesOpenMetaverseObjectManagerDeedObjects(Simulator, List < (Of < <' ( UInt32 > ) > > ) , UUID)
Deed multiple objects (prims) to a group, Objects must be shared with group which can be accomplished with SetPermissions()
Declaration Syntax
C#
public 
void 
DeedObjects(
        
Simulator 
simulator,
        
List<
uint> 
localIDs,
        
UUID 
groupOwner
)
Parameters
simulator ( Simulator)
A reference to the object where the object resides
localIDs ( List < (Of < ( <' UInt32 > ) > ) > )
An array which contains the IDs of the objects to deed
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)