Moves a vertex in the TinSurface object on the XY plane.

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

Syntax

C#
public SurfaceOperationMoveTinVertex MoveVertex(
	TinSurfaceVertex vertex,
	Point2d newLocation
)
Visual Basic
Public Function MoveVertex ( _
	vertex As TinSurfaceVertex, _
	newLocation As Point2d _
) As SurfaceOperationMoveTinVertex
Visual C++
public:
SurfaceOperationMoveTinVertex^ MoveVertex(
	TinSurfaceVertex^ vertex, 
	Point2d newLocation
)

Parameters

vertex
Type: Autodesk.Civil.DatabaseServices..::..TinSurfaceVertex
The vertex to be moved.
newLocation
Type: Point2d
The new location where the vertex will be moved to.

See Also