Gets the index of the specified Globe Image Overlay.
[Visual Basic .NET] |
---|
Public Function IndexOf( _ ByVal ImageryOverlay As IAgStkGraphicsGlobeImageOverlay _ ) As |
[C#] |
---|
public int IndexOf( IAgStkGraphicsGlobeImageOverlay ImageryOverlay ); |
[Managed C++] |
---|
public: int IndexOf( IAgStkGraphicsGlobeImageOverlay ^ ImageryOverlay ); |
[Java] |
---|
public Integer indexOf( IAgStkGraphicsGlobeImageOverlay ImageryOverlay ); |
[Unmanaged C++] |
---|
public: HRESULT IndexOf( IAgStkGraphicsGlobeImageOverlay * ImageryOverlay, int * pRetVal ); |
- ImageryOverlay
- The Globe Image Overlay to search for in the collection.