OpenMetaverse Protocol Library Developers API Documentation
RequestParcelProperties Method (simulator, north, east, south, west, sequenceID, snapSelection)
NamespacesOpenMetaverseParcelManagerRequestParcelProperties(Simulator, Single, Single, Single, Single, Int32, Boolean)
Request properties of parcels using a bounding box selection
Declaration Syntax
C#
public 
void 
RequestParcelProperties(
        
Simulator 
simulator,
        
float 
north,
        
float 
east,
        
float 
south,
        
float 
west,
        
int 
sequenceID,
        
bool 
snapSelection
)
Parameters
simulator ( Simulator)
Simulator containing the parcel
north ( Single)
Northern boundary of the parcel selection
east ( Single)
Eastern boundary of the parcel selection
south ( Single)
Southern boundary of the parcel selection
west ( Single)
Western boundary of the parcel selection
sequenceID ( Int32)
An arbitrary integer that will be returned with the ParcelProperties reply, useful for distinguishing between different types of parcel property requests
snapSelection ( Boolean)
A boolean that is returned with the ParcelProperties reply, useful for snapping focus to a single parcel

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