Gets the index of the specified Globe Image Overlay.
[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 ); |
[Unmanaged C++] |
---|
public: HRESULT IndexOf( IAgStkGraphicsGlobeImageOverlay * ImageryOverlay, int * pRetVal ); |
[Java] |
---|
public Integer indexOf( IAgStkGraphicsGlobeImageOverlay ImageryOverlay ); |
[Python - STK API ] |
---|
def IndexOf(self, ImageryOverlay:"IAgStkGraphicsGlobeImageOverlay") -> int: |
- ImageryOverlay
- The Globe Image Overlay to search for in the collection.