A collection of globe image overlay objects.
Add | Adds imageryOverlay to the collection. |
AddAsync | Adds imageryOverlay to the collection asynchronously. |
AddAsyncUriString | Creates a globe image overlay from the uri, which represents a uri, and adds it to the collection asynchronously. |
AddUriString | Creates a globe overlay from the uri, which represents a uri, and adds it to the collection. |
BringToFront | Brings the globe image overlay to the front of the collection so it is rendered first or on the bottom. |
Clear | Removes all globe image overlay objects from the collection. |
Contains | Checks the presence of a globe image overlay in the collection. |
ContainsUriString | Checks the presence of a globe image overlay with the specified Uri in the collection. |
IndexOf | Gets the index of the specified globe image overlay. |
IndexOfUriString | Gets the index of the globe image overlay with the specified Uri. |
Move | Moves the globe image overlay to the specified position. |
MoveByIndex | Moves the globe image overlay at the specified index to the specified position. |
Remove | Removes a globe image overlay from the collection. |
SendToBack | Sends the globe image overlay to the back of the collection so it is rendered last or on the top. |
Swap | Swaps the position of two globe image overlay objects. |
SwapByIndex | Swaps the position of two globe image overlay objects at the specified indices. |
Count | Gets the number of globe overlay objects in the collection. |
IsReadOnly | Gets whether or not the collection is read only. |
Item | Gets the globe image overlay at the specified index. |
| Implemented Interface |
|---|
| IAgStkGraphicsImageCollectionEvents |





