OpenMetaverse Protocol Library Developers API Documentation
RequestPayPrice Method (simulator, objectID)
NamespacesOpenMetaverseObjectManagerRequestPayPrice(Simulator, UUID)
Request prices that should be displayed in pay dialog. This will triggger the simulator to send us back a PayPriceReply which can be handled by OnPayPriceReply event
Declaration Syntax
C#
public 
void 
RequestPayPrice(
        
Simulator 
simulator,
        
UUID 
objectID
)
Parameters
simulator ( Simulator)
The Simulatorthe object is located
objectID ( UUID)
The ID of the object
Remarks
The result is raised in the PayPriceReplyevent

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