Accessing Individual Elements within the Band Collection
Each band in the BandsCollection is Zero-based addressed. That is, the first element in the collection is accessed with an index number of 0, the second element with 1, the third element with 2, and so on.
The key here then is to make sure that you are accessing the correct element. The easiest way to determine this is to bring up the BandsCollection editor from the Properties window:
|