TinSurfaceDeleteVertex Method |
Deletes a vertex from the TinSurface object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurfaceOperationDeleteTinVertex DeleteVertex(
TinSurfaceVertex vertex
)
Public Function DeleteVertex (
vertex As TinSurfaceVertex
) As SurfaceOperationDeleteTinVertex
public:
SurfaceOperationDeleteTinVertex^ DeleteVertex(
TinSurfaceVertex^ vertex
)
Parameters
- vertex TinSurfaceVertex
- The vertex to be deleted.
Return Value
SurfaceOperationDeleteTinVertex
See Also