ArcGIS Runtime SDK for WPF - Library Reference
ReshapeTaskAsync(Geometry,Polyline) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > ReshapeTaskAsync Method : ReshapeTaskAsync(Geometry,Polyline) Method

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

Syntax

Visual Basic (Declaration) 
Public Overloads Function ReshapeTaskAsync( _
   ByVal target As Geometry, _
   ByVal reshaper As Polyline _
) As Task(Of ReshapeResult)
C# 
public Task<ReshapeResult> ReshapeTaskAsync( 
   Geometry target,
   Polyline reshaper
)

Parameters

target
Polygon or Polyline to be reshaped.
reshaper
The reshaper.

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.