ESRI.ArcGIS.ADF.ArcGISServer
GetAreasAndLengths(SpatialReference,Polygon[],Double[]) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > GetAreasAndLengths Method : GetAreasAndLengths(SpatialReference,Polygon[],Double[]) Method




SpatialReference
InPolygonArray
Lengths

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 Overloads Function GetAreasAndLengths( _
   ByVal SpatialReference As SpatialReference, _
   ByVal InPolygonArray() As Polygon, _
   ByRef Lengths As Double _
) As Double()
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerProxy
Dim SpatialReference As SpatialReference
Dim InPolygonArray() As Polygon
Dim Lengths As Double
Dim value() As Double
 
value = instance.GetAreasAndLengths(SpatialReference, InPolygonArray, Lengths)
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 double[] GetAreasAndLengths( 
   SpatialReference SpatialReference,
   Polygon[] InPolygonArray,
   out double Lengths
)

Parameters

SpatialReference
InPolygonArray
Lengths

See Also

© 2010 All Rights Reserved.