TinSurfaceDeleteLine Method |
Deletes a line from the TinSurface object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurfaceOperationDeleteLine DeleteLine(
TinSurfaceEdge tinTriangleEdge
)
Public Function DeleteLine (
tinTriangleEdge As TinSurfaceEdge
) As SurfaceOperationDeleteLine
public:
SurfaceOperationDeleteLine^ DeleteLine(
TinSurfaceEdge^ tinTriangleEdge
)
Parameters
- tinTriangleEdge TinSurfaceEdge
- The TIN triangle edge to be deleted.
Return Value
SurfaceOperationDeleteLine
See Also