Moves a vertex in the TinSurface object on the XY plane.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SurfaceOperationMoveTinVertex MoveVertex( TinSurfaceVertex vertex, Point2d newLocation )
VB
Public Function MoveVertex ( vertex As TinSurfaceVertex, newLocation As Point2d ) As SurfaceOperationMoveTinVertex
C++
public: SurfaceOperationMoveTinVertex^ MoveVertex( TinSurfaceVertex^ vertex, Point2d newLocation )
Parameters
- vertex TinSurfaceVertex
- The vertex to be moved.
- newLocation Point2d
- The new location where the vertex will be moved to.