GridSurfaceDeleteLine Method

Deletes a line from the GridSurface object.

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

Parameters

edge  GridSurfaceEdge
The grid surface edge to be deleted.

Return Value

SurfaceOperationDeleteLine
See Also