GridSurfaceSetPointsElevation Method

Sets the elevation of multiple points in the GridSurface object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceOperationModifyMultipleGridPointsElevation SetPointsElevation(
	IEnumerable<GridLocation> locations,
	double newElevation
)

Parameters

locations  IEnumerableGridLocation
The locations of points to be set with new elevation.
newElevation  Double
New elevation for the points.

Return Value

SurfaceOperationModifyMultipleGridPointsElevation
See Also