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

target
Polygon or Polyline to be reshaped.
reshaper
The reshaper.
userToken
The user token.
Reshapes a polyline or a part of a polygon using a reshaping line.

Syntax

Visual Basic (Declaration) 
Public Sub ReshapeAsync( _
   ByVal target As Geometry, _
   ByVal reshaper As Polyline, _
   Optional ByVal userToken As Object _
) 
C# 
public void ReshapeAsync( 
   Geometry target,
   Polyline reshaper,
   object userToken
)

Parameters

target
Polygon or Polyline to be reshaped.
reshaper
The reshaper.
userToken
The user token.

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.