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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1