ESRI.ArcGIS.ADF.ArcGISServer.Editor
DeleteVertex Class
Members  See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace : DeleteVertex Class




This tool operates on the selected features of the current edit layer. For each feature that has at least one vertex within the search tolerance of the digitized point, the closest vertex to that point will be deleted.

Object Model





Syntax

Visual Basic (Declaration) 
Public Class DeleteVertex 
   Inherits EditorServerToolAction
   Implements IMapServerToolAction 
Visual Basic (Usage)Copy Code
Dim instance As DeleteVertex
C# 
public class DeleteVertex : EditorServerToolAction, IMapServerToolAction  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools.EditorServerActionBase
      ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools.EditorServerToolAction
         ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools.DeleteVertex

See Also

© 2010 All Rights Reserved.