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