Deletes a vertex from the TinSurface object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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.