Share

GridSurface.AddPoint Method

Adds a point to the GridSurface.



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

Syntax

C#

public SurfaceOperationAddGridPoint AddPoint(
	GridLocation location,
	double elevation
)

VB

Public Function AddPoint ( 
	location As GridLocation,
	elevation As Double
) As SurfaceOperationAddGridPoint

C++

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

Reference

Was this information helpful?