C# Class OpenMetaverse.ParcelInfo

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

Méthodes publiques

Свойство 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_oe property

Total Square meters of parcel
public int ActualArea
Résultat int

AuctionID public_oe property

Auction ID of parcel
public int AuctionID
Résultat int

BillableArea public_oe property

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

Description public_oe property

Description field of parcel, limited to 256 characters
public string Description
Résultat string

Dwell public_oe property

Float representing calculated traffic based on time spent on parcel by avatars
public float Dwell
Résultat float

GlobalX public_oe property

Grid global X position of parcel
public float GlobalX
Résultat float

GlobalY public_oe property

Grid global Y position of parcel
public float GlobalY
Résultat float

GlobalZ public_oe property

Grid global Z position of parcel (not used)
public float GlobalZ
Résultat float

ID public_oe property

Global Key of record
public UUID ID
Résultat UUID

Mature public_oe property

True of parcel is in Mature simulator
public bool Mature
Résultat bool

Name public_oe property

Name field of parcel, limited to 128 characters
public string Name
Résultat string

OwnerID public_oe property

Parcel Owners UUID
public UUID OwnerID
Résultat UUID

SalePrice public_oe property

Sale price of parcel (not used)
public int SalePrice
Résultat int

SimName public_oe property

Name of simulator parcel is located in
public string SimName
Résultat string

SnapshotID public_oe property

Texture T:OpenMetaverse.UUID of parcels display picture
public UUID SnapshotID
Résultat UUID