ArcGIS API for WPF - Library Reference
ReshapeAsync(Geometry,Polyline) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > ReshapeAsync Method : ReshapeAsync(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 Sub ReshapeAsync( _
   ByVal target As Geometry, _
   ByVal reshaper As Polyline _
) 
C# 
public void ReshapeAsync( 
   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

See Also

© ESRI, Inc. All Rights Reserved.