AGI STK Graphics 11Send comments on this topic.
IndexOf Method (IAgStkGraphicsImageCollection)
See Also 
ImageryOverlay
The Globe Image Overlay to search for in the collection.
Windows






Windows & Linux

Description

Gets the index of the specified Globe Image Overlay.

Syntax

[Visual Basic .NET]
Public Function IndexOf( _
   ByVal ImageryOverlay As IAgStkGraphicsGlobeImageOverlay _
) As Integer
[C#]
public int IndexOf(
   IAgStkGraphicsGlobeImageOverlay ImageryOverlay
);
[Managed C++]
public: int IndexOf(
   IAgStkGraphicsGlobeImageOverlay ^ ImageryOverlay
);
[Java]
public ppInteger indexOf(
   IAgStkGraphicsGlobeImageOverlay ImageryOverlay
);
[Unmanaged C++]
public: HRESULT IndexOf(
   IAgStkGraphicsGlobeImageOverlay * ImageryOverlay,
   int * ReturnValue
);

Parameters

ImageryOverlay
The Globe Image Overlay to search for in the collection.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.