OpenMetaverse Protocol Library Developers API Documentation
Terraform Method (simulator, localID, west, south, east, north, action, brushSize, seconds)
NamespacesOpenMetaverseParcelManagerTerraform(Simulator, Int32, Single, Single, Single, Single, TerraformAction, TerraformBrushSize, Int32)
Terraform (raise, lower, etc) an area or whole parcel of land
Declaration Syntax
C#
public 
bool 
Terraform(
        
Simulator 
simulator,
        
int 
localID,
        
float 
west,
        
float 
south,
        
float 
east,
        
float 
north,
        
TerraformAction 
action,
        

TerraformBrushSize 
brushSize,
        
int 
seconds
)
Parameters
simulator ( Simulator)
Simulator land area is in.
localID ( Int32)
LocalID of parcel, or -1 if using bounding box
west ( Single)
west border of area to modify
south ( Single)
south border of area to modify
east ( Single)
east border of area to modify
north ( Single)
north border of area to modify
action ( TerraformAction)
From Enum, Raise, Lower, Level, Smooth, Etc.
brushSize ( TerraformBrushSize)
Size of area to modify
seconds ( Int32)
How many meters + or - to lower, 1 = 1 meter
Return Value
true on successful request sent.
Remarks
Settings.STORE_LAND_PATCHES must be true, Parcel information must be downloaded using
  Copy imageCopy
RequestAllSimParcels()

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