OpenMetaverse Protocol Library Developers API Documentation
RequestParcelProperties Method (simulator, localID, sequenceID)
NamespacesOpenMetaverseParcelManagerRequestParcelProperties(Simulator, Int32, Int32)
Request properties of a single parcel
Declaration Syntax
C#
public 
void 
RequestParcelProperties(
        
Simulator 
simulator,
        
int 
localID,
        
int 
sequenceID
)
Parameters
simulator ( Simulator)
Simulator containing the parcel
localID ( Int32)
Simulator-local ID of the parcel
sequenceID ( Int32)
An arbitrary integer that will be returned with the ParcelProperties reply, useful for distinguishing between multiple simultaneous requests

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