DeletePoint Method

Deletes a point from the GridSurface object.

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

Syntax

C#

public SurfaceOperationDeleteGridPoint DeletePoint(
	GridLocation location
)

Visual Basic

Public Function DeletePoint ( _
	location As GridLocation _
) As SurfaceOperationDeleteGridPoint

Visual C++

public:
SurfaceOperationDeleteGridPoint^ DeletePoint(
	GridLocation location
)

Parameters

location
Type: Autodesk.Civil.DatabaseServices.GridLocation
The location of the point to be deleted.

See Also