GridSurfaceDeleteLine Method |
Deletes a line from the GridSurface object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurfaceOperationDeleteLine DeleteLine(
GridSurfaceEdge edge
)
Public Function DeleteLine (
edge As GridSurfaceEdge
) As SurfaceOperationDeleteLine
public:
SurfaceOperationDeleteLine^ DeleteLine(
GridSurfaceEdge^ edge
)
Parameters
- edge GridSurfaceEdge
- The grid surface edge to be deleted.
Return Value
SurfaceOperationDeleteLine
See Also