OpenMetaverse Protocol Library Developers API Documentation
SimParcelsDownloadedEventArgs Constructor (simulator, simParcels, parcelMap)
NamespacesOpenMetaverse SimParcelsDownloadedEventArgsSimParcelsDownloadedEventArgs(Simulator, InternalDictionary < (Of < <' ( Int32, Parcel > ) > > ) , array< Int32 ,2> [,] (,) [,] [,] )
Construct a new instance of the SimParcelsDownloadedEventArgs class
Declaration Syntax
C#
public
SimParcelsDownloadedEventArgs(

Simulator
simulator,


InternalDictionary<
int,
Parcel>
simParcels,

int[,]
parcelMap
)
Parameters
simulator ( Simulator)
The simulator the parcel data was retrieved from
simParcels ( InternalDictionary < (Of < ( <' Int32, Parcel > ) > ) > )
The dictionary containing the parcel data
parcelMap ( array< Int32 ,2> [,] (,) [,] [,] )
The multidimensional array containing a x,y grid mapped to each 64x64 parcel's LocalID.

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