ESRI.ArcGIS.ADF.ArcGISServer
ReshapeAsync(SpatialReference,Geometry,Polyline) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > ReshapeAsync Method : ReshapeAsync(SpatialReference,Geometry,Polyline) Method




SpatialReference
Target
Reshaper

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ReshapeAsync( _
   ByVal SpatialReference As SpatialReference, _
   ByVal Target As Geometry, _
   ByVal Reshaper As Polyline _
) 
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerProxy
Dim SpatialReference As SpatialReference
Dim Target As Geometry
Dim Reshaper As Polyline
 
instance.ReshapeAsync(SpatialReference, Target, Reshaper)
C# 
public void ReshapeAsync( 
   SpatialReference SpatialReference,
   Geometry Target,
   Polyline Reshaper
)

Parameters

SpatialReference
Target
Reshaper

See Also

© 2010 All Rights Reserved.