OpenMetaverse Protocol Library Developers API Documentation
StartLandSearch Method (typeFlags)
NamespacesOpenMetaverse DirectoryManagerStartLandSearch(DirectoryManager . . :: . . SearchTypeFlags)
Starts a search for land sales using the directory The [!:OnDirLandReply]event is raised when a response is received from the simulator
Declaration Syntax
C#
public 
void 
StartLandSearch(
        

DirectoryManager

.
.
::
.
.
SearchTypeFlags 
typeFlags
)
Parameters
typeFlags ( DirectoryManager . . :: . . SearchTypeFlags)
What type of land to search for. Auction, estate, mainland, "first land", etc
Remarks
The OnDirLandReply event handler must be registered before calling this function. There is no way to determine how many results will be returned, or how many times the callback will be fired other than you won't get more than 100 total parcels from each query.

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