AddVertex Method (Point3d)

Adds a vertex to the TinSurface object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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.

See Also