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