Share

TinSurface.AddVertex(Point3d) Method

Adds a vertex to the TinSurface object.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public SurfaceOperationAddTinVertex AddVertex(
	Point3d location
)

VB

Public Function AddVertex ( 
	location As Point3d
) As SurfaceOperationAddTinVertex

C++

public:
SurfaceOperationAddTinVertex^ AddVertex(
	Point3d location
)

Parameters

location  Point3d
The location where the vertex will be added.

Return Value

SurfaceOperationAddTinVertex

See Also

Reference

Was this information helpful?