Share

GridSurface.DeleteLine Method

Deletes a line from the GridSurface object.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public SurfaceOperationDeleteLine DeleteLine(
	GridSurfaceEdge edge
)

VB

Public Function DeleteLine ( 
	edge As GridSurfaceEdge
) As SurfaceOperationDeleteLine

C++

public:
SurfaceOperationDeleteLine^ DeleteLine(
	GridSurfaceEdge^ edge
)

Parameters

edge  GridSurfaceEdge
The grid surface edge to be deleted.

Return Value

SurfaceOperationDeleteLine

See Also

Reference

Was this information helpful?