Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Sub GetAreasAndLengthsAsync( _
ByVal SpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference, _
ByVal InPolygonArray() As ESRI.ArcGIS.ADF.ArcGISServer.Polygon _
) |
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
instance.GetAreasAndLengthsAsync(SpatialReference, InPolygonArray) |
C# | |
---|
public void GetAreasAndLengthsAsync(
ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference SpatialReference,
ESRI.ArcGIS.ADF.ArcGISServer.Polygon[] InPolygonArray
) |
Parameters
- SpatialReference
- InPolygonArray
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