Checks the presence of a Globe Image Overlay in the collection.
[Visual Basic .NET] |
---|
Public Function Contains( _ ByVal ImageryOverlay As IAgStkGraphicsGlobeImageOverlay _ ) As Boolean |
[C#] |
---|
public bool Contains( IAgStkGraphicsGlobeImageOverlay ImageryOverlay ); |
[Managed C++] |
---|
public: bool Contains( IAgStkGraphicsGlobeImageOverlay ^ ImageryOverlay ); |
[Unmanaged C++] |
---|
public: HRESULT Contains( IAgStkGraphicsGlobeImageOverlay * ImageryOverlay, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool contains( IAgStkGraphicsGlobeImageOverlay ImageryOverlay ); |
[Python - STK API ] |
---|
def Contains(self, ImageryOverlay:"IAgStkGraphicsGlobeImageOverlay") -> bool: |
- ImageryOverlay
- The Globe Image Overlay to search for in the collection.