Share

GridSurface.DeletePoint Method

Deletes a point from the GridSurface object.



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

Syntax

C#

public SurfaceOperationDeleteGridPoint DeletePoint(
	GridLocation location
)

VB

Public Function DeletePoint ( 
	location As GridLocation
) As SurfaceOperationDeleteGridPoint

C++

public:
SurfaceOperationDeleteGridPoint^ DeletePoint(
	GridLocation location
)

Parameters

location  GridLocation
The location of the point to be deleted.

Return Value

SurfaceOperationDeleteGridPoint

See Also

Reference

Was this information helpful?