Raises or lowers multiple points in the GridSurface object.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SurfaceOperationModifyMultipleGridPointsElevation RaisePoints( IEnumerable<GridLocation> locations, double deltaElevation )
VB
Public Function RaisePoints ( locations As IEnumerable(Of GridLocation), deltaElevation As Double ) As SurfaceOperationModifyMultipleGridPointsElevation
C++
public: SurfaceOperationModifyMultipleGridPointsElevation^ RaisePoints( IEnumerable<GridLocation>^ locations, double deltaElevation )
Parameters
- locations IEnumerableGridLocation
- The locations of points to be raised or lowered.
- deltaElevation Double
- Delta elevation for the points.