TinSurfaceMoveVertex Method

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

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