GridSurfaceSetPointElevation Method

Sets the elevation of a point in the GridSurface object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceOperationModifyGridPointElevation SetPointElevation(
	GridLocation location,
	double newElevation
)

Parameters

location  GridLocation
The location of point to be set with new elevation.
newElevation  Double
New elevation for the point.

Return Value

SurfaceOperationModifyGridPointElevation
See Also