DeleteVertex Method

Deletes a vertex from the TinSurface object.

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

Syntax

C#

public SurfaceOperationDeleteTinVertex DeleteVertex(
	TinSurfaceVertex vertex
)

Visual Basic

Public Function DeleteVertex ( _
	vertex As TinSurfaceVertex _
) As SurfaceOperationDeleteTinVertex

Visual C++

public:
SurfaceOperationDeleteTinVertex^ DeleteVertex(
	TinSurfaceVertex^ vertex
)

Parameters

vertex
Type: Autodesk.Civil.DatabaseServices.TinSurfaceVertex
The vertex to be deleted.

See Also