Syntax
Visual Basic (Declaration) | |
---|
<SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.1",
ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.1",
Use=SoapBindingUse.Literal,
ParameterStyle=SoapParameterStyle.Wrapped)>
Public Function GetAreasAndLengthsGeodesic( _
ByVal SpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference, _
ByVal InPolygonArray() As ESRI.ArcGIS.ADF.ArcGISServer.Polygon, _
ByVal LengthUnit As ESRI.ArcGIS.ADF.ArcGISServer.LinearUnit, _
ByVal AreaUnit As ESRI.ArcGIS.ADF.ArcGISServer.LinearUnit, _
ByVal AreaUnitEnum As ESRI.ArcGIS.ADF.ArcGISServer.esriAreaUnits, _
ByRef LengthsGeodesic As Double() _
) As Double() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As GeometryServerDcomProxy
Dim SpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference
Dim InPolygonArray() As ESRI.ArcGIS.ADF.ArcGISServer.Polygon
Dim LengthUnit As ESRI.ArcGIS.ADF.ArcGISServer.LinearUnit
Dim AreaUnit As ESRI.ArcGIS.ADF.ArcGISServer.LinearUnit
Dim AreaUnitEnum As ESRI.ArcGIS.ADF.ArcGISServer.esriAreaUnits
Dim LengthsGeodesic As Double()
Dim value() As Double
value = instance.GetAreasAndLengthsGeodesic(SpatialReference, InPolygonArray, LengthUnit, AreaUnit, AreaUnitEnum, LengthsGeodesic) |
Parameters
- SpatialReference
- InPolygonArray
- LengthUnit
- AreaUnit
- AreaUnitEnum
- LengthsGeodesic
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also