STK Graphics PrimitivesSend 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
[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:

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.