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 |