Removes the specified image overlay from the collection

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public bool Remove(
	ImageOverlay imageOverlay
)
Visual Basic (Declaration)
Public Function Remove ( _
	imageOverlay As ImageOverlay _
) As Boolean

Parameters

imageOverlay
Type: ESRI.ArcGISExplorer.Mapping..::.ImageOverlay

The image overlay to remove.

Remarks

Version Information: This method is supported from version 2.0.0.1500.

See Also