ESRI.ArcGIS.ADF.Web
Item Property
See Also 
ESRI.ArcGIS.ADF.Web.Geometry Namespace > RingCollection Class : Item Property




index
Gets a Ring from a given index in the collection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Ring
Visual Basic (Usage)Copy Code
Dim instance As RingCollection
Dim index As Integer
Dim value As Ring
 
value = instance.Item(index)
C# 
public Ring this[ 
   int index
]; {get;}

Parameters

index

See Also

© 2010 All Rights Reserved.