Contains the data returned when all parcel
data has been retrieved from a simulator
Declaration Syntax
C# |
public class SimParcelsDownloadedEventArgs : EventArgs
Members
All Members | Constructors | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
SimParcelsDownloadedEventArgs(Simulator, InternalDictionary < (Of < <' ( Int32, Parcel > ) > > ) , array< Int32 ,2> [,] (,) [,] [,] ) |
Construct a new instance of the
SimParcelsDownloadedEventArgs class
|
|
ParcelMap |
Get the multidimensional array containing a
x,y grid mapped to each 64x64 parcel's LocalID.
|
|
Parcels |
A dictionary containing the parcel data where
the key correlates to the ParcelMap entry
|
|
Simulator |
Get the simulator the parcel data was
retrieved from
|
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)