GridSurfaceDeletePoints Method |
Deletes multiple points from the GridSurface object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurfaceOperationDeleteMultipleGridPoints DeletePoints(
IEnumerable<GridLocation> locations
)
Public Function DeletePoints (
locations As IEnumerable(Of GridLocation)
) As SurfaceOperationDeleteMultipleGridPoints
public:
SurfaceOperationDeleteMultipleGridPoints^ DeletePoints(
IEnumerable<GridLocation>^ locations
)
Parameters
- locations IEnumerableGridLocation
- Locations of points to be deleted.
Return Value
SurfaceOperationDeleteMultipleGridPoints
See Also