ArcGIS API for Silverlight - Library Reference
CutAsync(IList<Graphic>,Polyline,Object) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > CutAsync Method : CutAsync(IList<Graphic>,Polyline,Object) 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.
userToken
The user token.
Splits input polylines or polygons where they cross a cutting polyline.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub CutAsync( _
   ByVal target As IList(Of Graphic), _
   ByVal cutter As Polyline, _
   ByVal userToken As Object _
) 
C# 
public void CutAsync( 
   IList<Graphic> target,
   Polyline cutter,
   object userToken
)

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.
userToken
The user token.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.