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




This tool operates on the selected features of the current edit layer. If the layer's shape type is polyline, then the input geometry is of type point and any selected line within the search tolerance of the input line will be split at the nearest point to the input point. If the layer's shape type is polygon, then the input geometry is of type polyline and any selected polygon that the input polyline crosses will be split along the input polyline.

Object Model





Syntax

Visual Basic (Declaration) 
Public Class SplitFeature 
   Inherits EditorServerToolAction
   Implements IMapServerToolAction 
Visual Basic (Usage)Copy Code
Dim instance As SplitFeature
C# 
public class SplitFeature : 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.SplitFeature

See Also

© 2010 All Rights Reserved.