Converts a Web ADF Ring to an ArcGIS Server Ring.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function FromAdfRing( _
ByVal ring As ESRI.ArcGIS.ADF.Web.Geometry.Ring _
) As Ring |
Visual Basic (Usage) | Copy Code |
---|
Dim ring As ESRI.ArcGIS.ADF.Web.Geometry.Ring
Dim value As Ring
value = Converter.FromAdfRing(ring) |
C# | |
---|
public static Ring FromAdfRing(
ESRI.ArcGIS.ADF.Web.Geometry.Ring ring
) |
Parameters
- ring
- The Web ADF Ring to convert.
Return Value
An ArcGIS Server
Ring 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