ESRI.ArcGIS.ADF.Web.UI.WebControls
Item Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapToolItemCollection Class : Item Property




index
Indexer.

Syntax

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

Parameters

index

See Also

© 2010 All Rights Reserved.