Removes a Globe Image Overlay from the collection.
[Visual Basic .NET] |
---|
Public Function Remove( _ ByVal GlobeOverlay As IAgStkGraphicsGlobeImageOverlay _ ) As Boolean |
[C#] |
---|
public bool Remove( IAgStkGraphicsGlobeImageOverlay GlobeOverlay ); |
[Managed C++] |
---|
public: bool Remove( IAgStkGraphicsGlobeImageOverlay ^ GlobeOverlay ); |
[Unmanaged C++] |
---|
public: HRESULT Remove( IAgStkGraphicsGlobeImageOverlay * GlobeOverlay, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool remove( IAgStkGraphicsGlobeImageOverlay GlobeOverlay ); |
[Python - STK API ] |
---|
def Remove(self, GlobeOverlay:"IAgStkGraphicsGlobeImageOverlay") -> bool: |
- GlobeOverlay
- The Globe Image Overlay to be removed.