ESRI.ArcGIS.ADF.ArcGISServer
FromAdfRingCollection Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Converter Class : FromAdfRingCollection Method




rings
The Web ADF RingCollection to convert.
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

© 2011 All Rights Reserved.