OpenMetaverse Protocol Library Developers API Documentation
LinkPrims Method (simulator, localIDs)
NamespacesOpenMetaverseObjectManagerLinkPrims(Simulator, List < (Of < <' ( UInt32 > ) > > ) )
Link multiple prims into a linkset
Declaration Syntax
C#
public 
void 
LinkPrims(
        
Simulator 
simulator,
        
List<
uint> 
localIDs
)
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 link
Remarks
The last object in the array will be the root object of the linkset TODO: Is this true?
See Also

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