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