OpenMetaverse Protocol Library Developers API Documentation
SetObjectsGroup Method (simulator, localIds, groupID)
NamespacesOpenMetaverseObjectManagerSetObjectsGroup(Simulator, List < (Of < <' ( UInt32 > ) > > ) , UUID)
Set the ownership of a list of objects to the specified group
Declaration Syntax
C#
public 
void 
SetObjectsGroup(
        
Simulator 
simulator,
        
List<
uint> 
localIds,
        
UUID 
groupID
)
Parameters
simulator ( Simulator)
A reference to the object where the objects reside
localIds ( List < (Of < ( <' UInt32 > ) > ) > )
An array which contains the IDs of the objects to set the group id on
groupID ( UUID)
The Groups ID
See Also

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