GridSurfaceDeletePoints Method

Deletes multiple points from the GridSurface object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceOperationDeleteMultipleGridPoints DeletePoints(
	IEnumerable<GridLocation> locations
)

Parameters

locations  IEnumerableGridLocation
Locations of points to be deleted.

Return Value

SurfaceOperationDeleteMultipleGridPoints
See Also