AGI STK Graphics 11 Send comments on this topic.
Remove Method (IAgStkGraphicsImageCollection)
See Also 
GlobeOverlay
The Globe Image Overlay to be removed.





Description

Removes a Globe Image Overlay from the collection.

Syntax

[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
);

[Java]
public bool remove(
IAgStkGraphicsGlobeImageOverlay GlobeOverlay
);

[Unmanaged C++]
public: HRESULT Remove(
IAgStkGraphicsGlobeImageOverlay * GlobeOverlay,
VARIANT_BOOL * ReturnValue
);

Parameters

GlobeOverlay
The Globe Image Overlay to be removed.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1