OpenMetaverse Protocol Library Developers API Documentation
GetGridRegion Method (name, layer, region)
NamespacesOpenMetaverseGridManagerGetGridRegion(String, GridLayerType, GridRegion % )
Get grid region information using the region name, this function will block until it can find the region or gives up
Declaration Syntax
C#
public 
bool 
GetGridRegion(
        
string 
name,
        
GridLayerType 
layer,
        
out 
GridRegion 
region
)
Parameters
name ( String)
Name of sim you're looking for
layer ( GridLayerType)
Layer that you are requesting
region ( GridRegion %)
Will contain a GridRegion for the sim you're looking for if successful, otherwise an empty structure
Return Value
True if the GridRegion was successfully fetched, otherwise false

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