Converts an ArcGIS Server Polygon to a Web ADF Polygon.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function ToAdfPolygon( _
ByVal polygonN As PolygonN _
) As ESRI.ArcGIS.ADF.Web.Geometry.Geometry |
Visual Basic (Usage) | Copy Code |
---|
Dim polygonN As PolygonN
Dim value As ESRI.ArcGIS.ADF.Web.Geometry.Geometry
value = Converter.ToAdfPolygon(polygonN) |
C# | |
---|
public static ESRI.ArcGIS.ADF.Web.Geometry.Geometry ToAdfPolygon(
PolygonN polygonN
) |
Parameters
- polygonN
- The ArcGIS Server Polygon to convert.
Return Value
A Web ADF
Polygon with the same coordinates.
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