C# Class OpenMetaverse.ParcelInfoReplyEventArgs

Contains basic parcel information data returned from the simulator in response to an RequestParcelInfo request
Inheritance: System.EventArgs
Show file Open project: Virtual-Universe/Virtual-LibOMV Class Usage Examples

Public Methods

Method Description
ParcelInfoReplyEventArgs ( ParcelInfo parcel ) : System

Construct a new instance of the ParcelInfoReplyEventArgs class

Method Details

ParcelInfoReplyEventArgs() public method

Construct a new instance of the ParcelInfoReplyEventArgs class
public ParcelInfoReplyEventArgs ( ParcelInfo parcel ) : System
parcel ParcelInfo The object containing basic parcel info
return System