TinSurfaceMoveVertex Method |
Moves a vertex in the TinSurface object on the XY plane.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurfaceOperationMoveTinVertex MoveVertex(
TinSurfaceVertex vertex,
Point2d newLocation
)
Public Function MoveVertex (
vertex As TinSurfaceVertex,
newLocation As Point2d
) As SurfaceOperationMoveTinVertex
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.
Return Value
SurfaceOperationMoveTinVertex
See Also