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.
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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface