GridSurfaceDeletePoint Method |
Deletes a point from the GridSurface object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurfaceOperationDeleteGridPoint DeletePoint(
GridLocation location
)
Public Function DeletePoint (
location As GridLocation
) As SurfaceOperationDeleteGridPoint
public:
SurfaceOperationDeleteGridPoint^ DeletePoint(
GridLocation location
)
Parameters
- location GridLocation
- The location of the point to be deleted.
Return Value
SurfaceOperationDeleteGridPoint
See Also