OpenMetaverse Protocol Library Developers API Documentation
SelectObjects Method (simulator, localIDs, automaticDeselect)
NamespacesOpenMetaverseObjectManagerSelectObjects(Simulator, array< UInt32 > [] () [] [] , Boolean)
Select multiple objects. This will cause the Simulatorto send us an ObjectPropertiesPacketwhich will raise the ObjectPropertiesevent
Declaration Syntax
C#
public 
void 
SelectObjects(
        
Simulator 
simulator,
        
uint[] 
localIDs,
        
bool 
automaticDeselect
)
Parameters
simulator ( Simulator)
The Simulatorthe objects are located
localIDs ( array< UInt32 > [] () [] [] )
An array containing the Local IDs of the objects
automaticDeselect ( Boolean)
Should objects be deselected immediately after selection
See Also

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