C# Class OpenMetaverse.ParcelInfo

Some information about a parcel of land returned from a DirectoryManager search
Show file Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Properties

Property Type Description
ActualArea int
AuctionID int
BillableArea int
Description string
Dwell float
GlobalX float
GlobalY float
GlobalZ float
ID UUID
Mature bool
Name string
OwnerID UUID
SalePrice int
SimName string
SnapshotID UUID

Property Details

ActualArea public property

Total Square meters of parcel
public int ActualArea
return int

AuctionID public property

Auction ID of parcel
public int AuctionID
return int

BillableArea public property

Total area billable as Tier, for group owned land this will be 10% less than ActualArea
public int BillableArea
return int

Description public property

Description field of parcel, limited to 256 characters
public string Description
return string

Dwell public property

Float representing calculated traffic based on time spent on parcel by avatars
public float Dwell
return float

GlobalX public property

Grid global X position of parcel
public float GlobalX
return float

GlobalY public property

Grid global Y position of parcel
public float GlobalY
return float

GlobalZ public property

Grid global Z position of parcel (not used)
public float GlobalZ
return float

ID public property

Global Key of record
public UUID ID
return UUID

Mature public property

True of parcel is in Mature simulator
public bool Mature
return bool

Name public property

Name field of parcel, limited to 128 characters
public string Name
return string

OwnerID public property

Parcel Owners UUID
public UUID OwnerID
return UUID

SalePrice public property

Sale price of parcel (not used)
public int SalePrice
return int

SimName public property

Name of simulator parcel is located in
public string SimName
return string

SnapshotID public property

Texture T:OpenMetaverse.UUID of parcels display picture
public UUID SnapshotID
return UUID