Adds a vertex to the TinSurface object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public SurfaceOperationAddTinVertex AddVertex( Point3d location )
Visual Basic
Public Function AddVertex ( _ location As Point3d _ ) As SurfaceOperationAddTinVertex
Visual C++
public: SurfaceOperationAddTinVertex^ AddVertex( Point3d location )
Parameters
- location
- Type: Point3d
The location where the vertex will be added.