Share

TinSurface.DeleteLine Method

Deletes a line from the TinSurface object.



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

Syntax

C#

public SurfaceOperationDeleteLine DeleteLine(
	TinSurfaceEdge tinTriangleEdge
)

VB

Public Function DeleteLine ( 
	tinTriangleEdge As TinSurfaceEdge
) As SurfaceOperationDeleteLine

C++

public:
SurfaceOperationDeleteLine^ DeleteLine(
	TinSurfaceEdge^ tinTriangleEdge
)

Parameters

tinTriangleEdge  TinSurfaceEdge
The TIN triangle edge to be deleted.

Return Value

SurfaceOperationDeleteLine

See Also

Reference

Was this information helpful?