TinSurfaceDeleteLine Method

Deletes a line from the TinSurface object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceOperationDeleteLine DeleteLine(
	TinSurfaceEdge tinTriangleEdge
)

Parameters

tinTriangleEdge  TinSurfaceEdge
The TIN triangle edge to be deleted.

Return Value

SurfaceOperationDeleteLine
See Also