Deletes a line from the TinSurface object.

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

Syntax

C#
public SurfaceOperationDeleteLine DeleteLine(
	TinSurfaceEdge tinTriangleEdge
)
Visual Basic
Public Function DeleteLine ( _
	tinTriangleEdge As TinSurfaceEdge _
) As SurfaceOperationDeleteLine
Visual C++
public:
SurfaceOperationDeleteLine^ DeleteLine(
	TinSurfaceEdge^ tinTriangleEdge
)

Parameters

tinTriangleEdge
Type: Autodesk.Civil.DatabaseServices..::..TinSurfaceEdge
The TIN triangle edge to be deleted.

See Also