Deletes a line from the GridSurface object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public SurfaceOperationDeleteLine DeleteLine( GridSurfaceEdge edge )
Visual Basic
Public Function DeleteLine ( _ edge As GridSurfaceEdge _ ) As SurfaceOperationDeleteLine
Visual C++
public: SurfaceOperationDeleteLine^ DeleteLine( GridSurfaceEdge^ edge )
Parameters
- edge
- Type: Autodesk.Civil.DatabaseServices.GridSurfaceEdge
The grid surface edge to be deleted.