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 ESRI.ArcGIS.ADF.Web.UI.WebControls.Tools.IMapServerToolAction |
C# | |
---|
public class SplitFeature : 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