AGI Components with Insight3D Alpha 2008 r8
IAgGxGlobeInlayRenderOrderCollection Interface
Library Reference AGI.Graphics.GlobeInlays IAgGxGlobeInlayRenderOrderCollection
A sorted collection of inlay objects. Inlays are ordered by the order in which the inlays are rendered. Inlays at the start of the collection are rendered first, and therefore will appear below overlapping inlays. Inlays cannot be removed, only reordered.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 

IAgGxGlobeInlayRenderOrderCollection : 
IEnumerable
Public 
Interface 

IAgGxGlobeInlayRenderOrderCollection _
        
Implements 
IEnumerable
public 
interface class 

IAgGxGlobeInlayRenderOrderCollection : 
IEnumerable
Members
All Members Methods Properties



Icon Member Description
Count
Returns the number of objects in the collection.

Find(IAgGxGlobeInlay)
Returns the index of the specified inlay in the collection. Returns -1 if not found.

FindByURI(String)
Returns the index of the inlay with the specified URI in the collection. Returns -1 if not found.

GetEnumerator () () ()
GetEnumerator () () ()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Item [ ( [ ( Int32 ] ) ] )
Move(Int32, Int32)
Moves the inlay from one position to another, therefore changing the order that the inlay is rendered.

Swap(Int32, Int32)
Swaps the position of two inlays, therefore changing the order that the inlays are rendered.

Assembly: AGI.Graphics.GlobeInlays.Interop(Module: AGI.Graphics.GlobeInlays.Interop) Version: 9.0.0.0 (9.0.0.0)