STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsTerrainCollection Interface

Description

A collection of Terrain Overlay objects.

Public Methods

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

Public Properties

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

Interfaces

CoClasses that Implement IAgStkGraphicsTerrainCollection

© 2024 Analytical Graphics, Inc. All Rights Reserved.