ESRI.ArcGIS.ADF.ArcGISServer
Reshape Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class : Reshape Method




SpatialReference
Target
Reshaper

Syntax

Visual Basic (Declaration) 
<SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)>
Public Function Reshape( _
   ByVal SpatialReference As SpatialReference, _
   ByVal Target As Geometry, _
   ByVal Reshaper As Polyline _
) As Geometry
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerProxy
Dim SpatialReference As SpatialReference
Dim Target As Geometry
Dim Reshaper As Polyline
Dim value As Geometry
 
value = instance.Reshape(SpatialReference, Target, Reshaper)
C# 
[SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)]
public Geometry Reshape( 
   SpatialReference SpatialReference,
   Geometry Target,
   Polyline Reshaper
)

Parameters

SpatialReference
Target
Reshaper

See Also

© 2010 All Rights Reserved.