OpenMetaverse Protocol Library Developers API Documentation
RequestRemoteParcelID Method (location, regionHandle, regionID)
NamespacesOpenMetaverseParcelManagerRequestRemoteParcelID(Vector3, UInt64, UUID)
Requests the UUID of the parcel in a remote region at a specified location
Declaration Syntax
C#
public 
UUID 
RequestRemoteParcelID(
        
Vector3 
location,
        
ulong 
regionHandle,
        
UUID 
regionID
)
Parameters
location ( Vector3)
Location of the parcel in the remote region
regionHandle ( UInt64)
Remote region handle
regionID ( UUID)
Remote region UUID
Return Value
If successful UUID of the remote parcel, UUID.Zero otherwise

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