Moves a vertex on the selected features that are within the search tolerance of the begin point of the line digitized on the map. Snapping is not applied to the digitized line clicked on the map, however, snapping is applied to the vertex after it has been moved.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
Public Class MoveVertex
Inherits EditorServerToolAction
Implements ESRI.ArcGIS.ADF.Web.UI.WebControls.Tools.IMapServerToolAction |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MoveVertex |
C# | |
---|
public class MoveVertex : EditorServerToolAction, ESRI.ArcGIS.ADF.Web.UI.WebControls.Tools.IMapServerToolAction |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also