ESRI.ArcGIS.ADF.IMS
Item Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > RendererCollection Class : Item Property




index
The index value for the renderer to retrieve.
Gets a Renderer at a given index in the collection.

Syntax

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

Parameters

index
The index value for the renderer to retrieve.

Remarks

This property is read-only. To replace an existing renderer, you must remove the existing one, then add the new one.

See Also

© 2010 All Rights Reserved.