STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsImageCollection Interface

Description

A collection of Globe Image Overlay objects.

Public Methods

Public Method AddAdds imageryOverlay to the collection.
Public Method AddAsyncAdds imageryOverlay to the collection asynchronously.
Public Method AddAsyncUriStringCreates a Globe Image Overlay from the uri, which represents a Uri, and adds it to the collection asynchronously.
Public Method AddUriStringCreates a Globe Overlay from the uri, which represents a Uri, and adds it to the collection.
Public Method BringToFrontBrings the Globe Image Overlay to the front of the collection so it is rendered first or on the bottom.
Public Method ClearRemoves all Globe Image Overlay objects from the collection.
Public Method ContainsChecks the presence of a Globe Image Overlay in the collection.
Public Method ContainsUriStringChecks the presence of a Globe Image Overlay with the specified Uri in the collection.
Public Method IndexOfGets the index of the specified Globe Image Overlay.
Public Method IndexOfUriStringGets the index of the Globe Image Overlay with the specified Uri.
Public Method MoveMoves the Globe Image Overlay to the specified position.
Public Method MoveByIndexMoves the Globe Image Overlay at the specified index to the specified position.
Public Method RemoveRemoves a Globe Image Overlay from the collection.
Public Method SendToBackSends the Globe Image Overlay to the back of the collection so it is rendered last or on the top.
Public Method SwapSwaps the position of two Globe Image Overlay objects.
Public Method SwapByIndexSwaps the position of two Globe Image Overlay objects at the specified indices.

Public Properties

Public Property CountGets the number of Globe Overlay objects in the collection.
Public Property IsReadOnlyGets whether or not the collection is read only.
Public Property ItemGets the Globe Image Overlay at the specified index.

Interfaces

CoClasses that Implement IAgStkGraphicsImageCollection

© 2024 Analytical Graphics, Inc. All Rights Reserved.