GridSurfaceAddPoint Method

Adds a point to the GridSurface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceOperationAddGridPoint AddPoint(
	GridLocation location,
	double elevation
)

Parameters

location  GridLocation
The location where the grid point will be added.
elevation  Double
The elevation of the grid point to be added.

Return Value

SurfaceOperationAddGridPoint
Exceptions
ExceptionCondition
SurfaceException Thrown when this operation fails, for example because a point has already been defined in the same column and row.
See Also