ArcGIS Runtime SDK for WPF - Library Reference
Cut Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class : Cut Method

target
The input polylines or polygons to be cut.
cutter
The polyline that will be used to divide the targets into pieces where they cross the cutter.
CutIndexes
The cut indexes of the geometries that were seperated.
Splits input polylines or polygons where they cross a cutting polyline.

Syntax

Visual Basic (Declaration) 
Public Function Cut( _
   ByVal target As IList(Of Graphic), _
   ByVal cutter As Polyline, _
   ByRef CutIndexes As Integer() _
) As IList(Of Graphic)
C# 
public IList<Graphic> Cut( 
   IList<Graphic> target,
   Polyline cutter,
   out int[] CutIndexes
)

Parameters

target
The input polylines or polygons to be cut.
cutter
The polyline that will be used to divide the targets into pieces where they cross the cutter.
CutIndexes
The cut indexes of the geometries that were seperated.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.