OpenMetaverse Protocol Library Developers API Documentation
RequestAllSimParcels Method (simulator, refresh, msDelay)
NamespacesOpenMetaverseParcelManagerRequestAllSimParcels(Simulator, Boolean, Int32)
Request all simulator parcel properties (used for populating the
  Copy imageCopy
Simulator.Parcels
dictionary)
Declaration Syntax
C#
public
void
RequestAllSimParcels(

Simulator
simulator,

bool
refresh,

int
msDelay
)
Parameters
simulator ( Simulator)
Simulator to request parcels from (must be connected)
refresh ( Boolean)
If TRUE, will force a full refresh
msDelay ( Int32)
Number of milliseconds to pause in between each request

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