OpenMetaverse Protocol Library Developers API Documentation
Buy Method (simulator, localID, forGroup, groupID, removeContribution, parcelArea, parcelPrice)
NamespacesOpenMetaverseParcelManagerBuy(Simulator, Int32, Boolean, UUID, Boolean, Int32, Int32)
Send a request to Purchase a parcel of land
Declaration Syntax
C#
public 
void 
Buy(
        
Simulator 
simulator,
        
int 
localID,
        
bool 
forGroup,
        
UUID 
groupID,
        
bool 
removeContribution,
        
int 
parcelArea,
        
int 
parcelPrice
)
Parameters
simulator ( Simulator)
The Simulator the parcel is located in
localID ( Int32)
The parcels region specific local ID
forGroup ( Boolean)
true if this parcel is being purchased by a group
groupID ( UUID)
The groups
removeContribution ( Boolean)
true to remove tier contribution if purchase is successful
parcelArea ( Int32)
The parcels size
parcelPrice ( Int32)
The purchase price of the parcel
Return Value
See Also

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