GridSurfaceDeletePoint Method

Deletes a point from the GridSurface object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceOperationDeleteGridPoint DeletePoint(
	GridLocation location
)

Parameters

location  GridLocation
The location of the point to be deleted.

Return Value

SurfaceOperationDeleteGridPoint
See Also