ImageCollectionRemove Method  | 
  
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Remove(
	GlobeImageOverlay globeOverlay
)
Public Function Remove ( 
	globeOverlay As GlobeImageOverlay
) As Boolean
public:
virtual bool Remove(
	GlobeImageOverlay^ globeOverlay
) sealed
abstract Remove : 
        globeOverlay : GlobeImageOverlay -> bool 
override Remove : 
        globeOverlay : GlobeImageOverlay -> bool Parameters
- globeOverlay
 - Type: AGI.Foundation.GraphicsGlobeImageOverlay
The GlobeImageOverlay to be removed. 
Return Value
Type: 
BooleanWhether 
globeOverlay was found and successfully removed from the collection.
Implements
ICollectionTRemove(T)
See Also