AddToAllElevations Method
Adds a fixed amount to all elevations in the Surface.
Signature
object.AddToAllElevations(Delta)
object
Surface The object or objects this property applies to.
Delta
Double; input-only
Elevation to be added / subtracted to all elevations.
Remarks
AddToAllElevations effectively raises or lowers the surface by DeltaElevation. The Surface will not be rebuilt but will be saved when AddToAllElevations is called.
Edit history must be turned on when the Surface is rebuilt for the changes to been seen.