Share

TinSurface.DeleteVertex Method

Deletes a vertex from the TinSurface object.



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

Syntax

C#

public SurfaceOperationDeleteTinVertex DeleteVertex(
	TinSurfaceVertex vertex
)

VB

Public Function DeleteVertex ( 
	vertex As TinSurfaceVertex
) As SurfaceOperationDeleteTinVertex

C++

public:
SurfaceOperationDeleteTinVertex^ DeleteVertex(
	TinSurfaceVertex^ vertex
)

Parameters

vertex  TinSurfaceVertex
The vertex to be deleted.

Return Value

SurfaceOperationDeleteTinVertex

See Also

Reference

Was this information helpful?