GridSurfaceDeleteLine Method

Deletes a line from the GridSurface object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceOperationDeleteLine DeleteLine(
	GridSurfaceEdge edge
)

Parameters

edge  GridSurfaceEdge
The grid surface edge to be deleted.

Return Value

SurfaceOperationDeleteLine
See Also