Deletes a line from the TinSurface object.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
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.