Deletes multiple points from the GridSurface object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public SurfaceOperationDeleteMultipleGridPoints DeletePoints( IEnumerable<GridLocation> locations )
Visual Basic
Public Function DeletePoints ( _ locations As IEnumerable(Of GridLocation) _ ) As SurfaceOperationDeleteMultipleGridPoints
Visual C++
public: SurfaceOperationDeleteMultipleGridPoints^ DeletePoints( IEnumerable<GridLocation>^ locations )
Parameters
- locations
- Type: System.Collections.Generic.IEnumerable<GridLocation>
Locations of points to be deleted.