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