ImageCollectionRemove Method |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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