OpenMetaverse Protocol Library Developers API Documentation
SelectObject Method (simulator, localID, automaticDeselect)
NamespacesOpenMetaverseObjectManagerSelectObject(Simulator, UInt32, Boolean)
Select a single object. This will cause the Simulatorto send us an ObjectPropertiesPacketwhich will raise the ObjectPropertiesevent
Declaration Syntax
C#
public 
void 
SelectObject(
        
Simulator 
simulator,
        
uint 
localID,
        
bool 
automaticDeselect
)
Parameters
simulator ( Simulator)
The Simulatorthe object is located
localID ( UInt32)
The Local ID of the object
automaticDeselect ( Boolean)
if true, a call to DeselectObject(Simulator, UInt32)is made immediately following the request
See Also

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