Deletes a point from the GridSurface object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public SurfaceOperationDeleteGridPoint DeletePoint( GridLocation location ) |
| Visual Basic |
|---|
Public Function DeletePoint ( _ location As GridLocation _ ) As SurfaceOperationDeleteGridPoint |
| Visual C++ |
|---|
public: SurfaceOperationDeleteGridPoint^ DeletePoint( GridLocation location ) |
Parameters
- location
- Type: Autodesk.Civil.DatabaseServices..::..GridLocation
The location of the point to be deleted.