SetPointsElevation Method

Sets the elevation of multiple points in the GridSurface object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public SurfaceOperationModifyMultipleGridPointsElevation SetPointsElevation(
	IEnumerable<GridLocation> locations,
	double newElevation
)

Visual Basic

Public Function SetPointsElevation ( _
	locations As IEnumerable(Of GridLocation), _
	newElevation As Double _
) As SurfaceOperationModifyMultipleGridPointsElevation

Visual C++

public:
SurfaceOperationModifyMultipleGridPointsElevation^ SetPointsElevation(
	IEnumerable<GridLocation>^ locations, 
	double newElevation
)

Parameters

locations
Type: System.Collections.Generic.IEnumerable<GridLocation>
The locations of points to be set with new elevation.
newElevation
Type: System.Double
New elevation for the points.

See Also