TinSurfaceDeleteVertex Method

Deletes a vertex from the TinSurface object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceOperationDeleteTinVertex DeleteVertex(
	TinSurfaceVertex vertex
)

Parameters

vertex  TinSurfaceVertex
The vertex to be deleted.

Return Value

SurfaceOperationDeleteTinVertex
See Also