OpenMetaverse Protocol Library Developers API Documentation
SetRegionTerrainHeights Method (lowSW, highSW, lowNW, highNW, lowSE, highSE, lowNE, highNE)
NamespacesOpenMetaverseEstateToolsSetRegionTerrainHeights(Single, Single, Single, Single, Single, Single, Single, Single)
Used for setting sim terrain texture heights
Declaration Syntax
C#
public 
void 
SetRegionTerrainHeights(
        
float 
lowSW,
        
float 
highSW,
        
float 
lowNW,
        
float 
highNW,
        
float 
lowSE,
        
float 
highSE,
        
float 
lowNE,
        
float 
highNE
)
Parameters
lowSW ( Single)
highSW ( Single)
lowNW ( Single)
highNW ( Single)
lowSE ( Single)
highSE ( Single)
lowNE ( Single)
highNE ( Single)

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