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