Share

GridSurface.DeletePoints Method

Deletes multiple points from the GridSurface object.



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

Syntax

C#

public SurfaceOperationDeleteMultipleGridPoints DeletePoints(
	IEnumerable<GridLocation> locations
)

VB

Public Function DeletePoints ( 
	locations As IEnumerable(Of GridLocation)
) As SurfaceOperationDeleteMultipleGridPoints

C++

public:
SurfaceOperationDeleteMultipleGridPoints^ DeletePoints(
	IEnumerable<GridLocation>^ locations
)

Parameters

locations  IEnumerableGridLocation
Locations of points to be deleted.

Return Value

SurfaceOperationDeleteMultipleGridPoints

See Also

Reference

Was this information helpful?