BandCollection.Item Property
Name | Parameters | Description |
---|---|---|
Item[BandKind] | kind | An indexer that returns the Band object that is of the specified band kind. |
Item[Int32] | index | An indexer that returns the Band object located at the specified index in the collection. |
Item[String] | name | Provides access to individual items in the collection by their names. |