OpenMetaverse Protocol Library Developers API Documentation
SelectObject Method (simulator, localID)
NamespacesOpenMetaverseObjectManagerSelectObject(Simulator, UInt32)
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
)
Parameters
simulator ( Simulator)
The Simulatorthe object is located
localID ( UInt32)
The Local ID of the object
See Also

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