ESRI.ArcGIS.ADF.IMS
Item Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > MultibandCollection Class : Item Property




index
The item within the collection.
Gets a Multiband at a given index in the collection.

Syntax

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

Parameters

index
The item within the collection.

Return Value

The Multiband item within the collection.

Example

For an example of handling a MultibandCollection, see ImageLayer.Identify .

See Also

© 2010 All Rights Reserved.