AGI STK Graphics 11 Send comments on this topic.
IAgStkGraphicsTerrainCollection Collection

Description

A collection of Terrain Overlay objects.

Object Model

Public Methods

Public Method Add Adds terrainOverlay to the collection.
Public Method AddAsync Adds terrainOverlay to the collection asynchronously.
Public Method AddAsyncUriString Creates a Terrain Overlay from the uri, which represents a Uri, and adds it to the collection asynchronously.
Public Method AddUriString Creates a Terrain Overlay from the uri, which represents a Uri, and adds it to the collection.
Public Method BringToFront Brings the Terrain Overlay to the front of the collection so it is rendered first or on the bottom.
Public Method Clear Removes all Terrain Overlay objects from the collection.
Public Method Contains Checks the presence of a Terrain Overlay in the collection.
Public Method ContainsUriString Checks the presence of a Terrain Overlay with the specified Uri in the collection.
Public Method IndexOf Gets the index of the specified Terrain Overlay.
Public Method IndexOfUriString Gets the index of the Terrain Overlay with the specified Uri.
Public Method Move Moves the Terrain Overlay to the specified position.
Public Method MoveByIndex Moves the Terrain Overlay at the specified index to the specified position.
Public Method Remove Removes a Terrain Overlay from the collection.
Public Method SendToBack Sends the Terrain Overlay to the back of the collection so it is rendered last or on the top.
Public Method Swap Swaps the position of two Terrain Overlay objects.
Public Method SwapByIndex Swaps the position of two Terrain Overlay objects at the specified indices.

Public Properties

Public Property Count Gets the number of Terrain Overlay objects in the collection.
Public Property IsReadOnly Gets whether or not the collection is read only.
Public Property Item Gets the terrain overlay at the specified index.

CoClasses that Implement IAgStkGraphicsTerrainCollection

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1