OpenMetaverse Protocol Library Developers API Documentation
DirectoryManager . . :: . . PlacesSearchData Structure
NamespacesOpenMetaverse DirectoryManagerDirectoryManager . . :: . . PlacesSearchData
Parcel information returned from a StartPlacesSearch () () () () request

Represents one of the following: A parcel of land on the grid that has its Show In Search flag set A parcel of land owned by the agent making the request A parcel of land owned by a group the agent making the request is a member of

In a request for Group Land, the First record will contain an empty record

Note: This is not the same as searching the land for sale data source
Declaration Syntax
C#
public 
struct 
PlacesSearchData
Members
All Members Methods Fields



Icon Member Description
ActualArea
The Size of the parcel

BillableArea
The billable Size of the parcel, for mainland parcels this will match the ActualArea field. For Group owned land this will be 10 percent smaller than the ActualArea. For Estate land this will always be 0

Desc
The description

Dwell
The calculated visitor traffic

Flags
Indicates the ForSale status of the parcel

GlobalX
The Gridwide X position

GlobalY
The Gridwide Y position

GlobalZ
The Z position of the parcel, or 0 if no landing point set

Name
The name

OwnerID
The ID of the Agent of Group that owns the parcel

Price
No longer used, will always be 0

SimName
The name of the Region the parcel is located in

SKU
The billing product SKU

SnapshotID
The Asset ID of the parcels Snapshot texture

ToSLurl () () () ()
Get a SL URL for the parcel

ToString () () () ()
Print the struct data as a string
(Overrides ValueType. ToString () () () () .)

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