ESRI.ArcGIS.ADF.ArcGISServer
FromAdfRingCollection Method
See Also 
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 RingCollection _
) As Ring()
Visual Basic (Usage)Copy Code
Dim rings As RingCollection
Dim value() As Ring
 
value = Converter.FromAdfRingCollection(rings)
C# 
public static Ring[] FromAdfRingCollection( 
   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.

See Also

© 2010 All Rights Reserved.